想知道ItemPhysic的右键拾取物品怎么关闭掉
这是配置文件
# Configuration file
item {
B:customPickup=false
B:customThrow=true
I:despawn=6000
# Whether the throw power should be displayed or not. [default: false]
B:disableThrowHUD=false
# If igniting items will be enabled or not. [default: true]
B:enableIgniting=true
# If a sound should be played if an entityitem falls on the ground. [default: true]
B:fallSounds=true
B:oldRotation=false
# If the items dropped from a mined block should be added to the inventory directly. [default: false]
B:pickupMinedImmediately=false
# The distance at which the player can pickup an item (only if customPickup is enabled) [range: 0.1 ~ 100.0, default: 5.0]
S:pickupRange=5.0
B:pickupWhenSneaking=true
# If pickupMinedImmediately is enabled, the item will only be added if the block is within the range! [default: false]
B:respectRangeWhenMined=false
# [range: 0.0 ~ 100.0, default: 1.0]
S:rotateSpeed=1.0
# Show the tooltip of an item, if custom pickup is enabled. [default: true]
B:showTooltip=true
B:vanillaRendering=false
}
这是配置文件
# Configuration file
item {
B:customPickup=false
B:customThrow=true
I:despawn=6000
# Whether the throw power should be displayed or not. [default: false]
B:disableThrowHUD=false
# If igniting items will be enabled or not. [default: true]
B:enableIgniting=true
# If a sound should be played if an entityitem falls on the ground. [default: true]
B:fallSounds=true
B:oldRotation=false
# If the items dropped from a mined block should be added to the inventory directly. [default: false]
B:pickupMinedImmediately=false
# The distance at which the player can pickup an item (only if customPickup is enabled) [range: 0.1 ~ 100.0, default: 5.0]
S:pickupRange=5.0
B:pickupWhenSneaking=true
# If pickupMinedImmediately is enabled, the item will only be added if the block is within the range! [default: false]
B:respectRangeWhenMined=false
# [range: 0.0 ~ 100.0, default: 1.0]
S:rotateSpeed=1.0
# Show the tooltip of an item, if custom pickup is enabled. [default: true]
B:showTooltip=true
B:vanillaRendering=false
}
B:customPickup=false
不就是关闭了的吗
不就是关闭了的吗
You should check the online tutorial
customPickup=true 改成customPickup=false然后保存