RottenFlesh2Leather
作者:rebot | 分类:模组
Minecraft 版本: 1.16 1.16.1 1.16.2 1.16.3 1.16.4 1.16.5 1.17 1.17.1 1.18 1.18.1 1.18.2 1.19 1.19.1 1.19.2 1.19.3 1.19.4 1.20 1.20.1 1.20.2 1.20.3 1.20.4 1.20.5 1.20.6 1.21 1.21.1 1.21.2 1.21.3 1.21.4 1.21.5 1.21.6 1.21.7 1.21.8 1.21.9 1.21.10 1.21.11 26.1 26.1.1 26.1.2
平台: paper purpur
标签: game-mechanics
RottenFlesh2Leather
About
Minecraft plugin that allows people to cook rotten flesh in a furnace or campfire to make leather.
How to change settings in config.yml
Settings regarding disabling cooking methods, xp amounts, and cooking times are located in the config.yml file located in a folder called RottenFlesh2Leather inside of your plugin folder.
config.yml looks like the following:
# Enable or disable certain cooking methods (Default = true)
recipes:
allowFurnace: true
allowSmoker: true
allowCampfire: true
# Change the amount of time it takes to cook in ticks (Default = 200, 100, 600)
cooking-time:
furnaceCookingTime: 200
smokerCookingTime: 100
campfireCookingTime: 600
# Set custom xp level (Default = 1.0)
xp-level: 1.0
The recipes category allows you to disable certain methods of cooking. Simply changing the setting to false will disable the recipe.
The cooking-time category allows you to change the amount of time it takes to cook the item in ticks. Minecraft runs at 20 ticks per seconds which means that 100 = 5 seconds.
The xp-level setting allows you to change the amount of xp the user will receive after receiving the leather. This setting must be a decimal.
请登录后举报
暂无评论,抢个沙发吧~