added mars trees to the tree chop mod
loot tables for mars "leaves", recipes for plant balls/biomass
This commit is contained in:
parent
4eb2c49cbf
commit
468d1d0e01
12 changed files with 471 additions and 100 deletions
|
|
@ -1,104 +1,124 @@
|
|||
{
|
||||
"disableCrouchMining": false,
|
||||
"disableExtraToolDamage": false,
|
||||
"disableExtraFoodExhaustion": false,
|
||||
"treeLifetimeLength": 4.0,
|
||||
"dynamicMiningSpeed": {
|
||||
"disable": false,
|
||||
"speedMultiplication": 0.05,
|
||||
"maxSpeedMultiplication": 16.0
|
||||
},
|
||||
"trees": {
|
||||
"standardTree": {
|
||||
"algorithm": {
|
||||
"maxLeavesRadius": 15,
|
||||
"maxLogAmount": 512,
|
||||
"shouldFallOnMaxLogAmount": true,
|
||||
"shouldIgnorePersistentLeaves": true
|
||||
},
|
||||
"logFilter": {
|
||||
"whitelistedTags": [
|
||||
"minecraft:logs"
|
||||
],
|
||||
"whitelist": [],
|
||||
"blacklist": []
|
||||
},
|
||||
"leavesFilter": {
|
||||
"whitelistedTags": [
|
||||
"minecraft:leaves"
|
||||
],
|
||||
"whitelist": [],
|
||||
"blacklist": []
|
||||
},
|
||||
"extraBlockFilter": {
|
||||
"whitelistedTags": [],
|
||||
"whitelist": [
|
||||
"minecraft:vine",
|
||||
"minecraft:bee_nest",
|
||||
"minecraft:cocoa"
|
||||
],
|
||||
"blacklist": []
|
||||
},
|
||||
"enabled": true,
|
||||
"onlyFallWithRequiredTool": false,
|
||||
"allowedToolFilter": {
|
||||
"whitelistedTags": [
|
||||
"minecraft:axes"
|
||||
],
|
||||
"whitelist": [],
|
||||
"blacklist": []
|
||||
}
|
||||
"disableCrouchMining": false,
|
||||
"disableExtraToolDamage": false,
|
||||
"disableExtraFoodExhaustion": false,
|
||||
"treeLifetimeLength": 4.0,
|
||||
"dynamicMiningSpeed": {
|
||||
"disable": false,
|
||||
"speedMultiplication": 0.05,
|
||||
"maxSpeedMultiplication": 16.0
|
||||
},
|
||||
"verticalTree": {
|
||||
"filter": {
|
||||
"whitelistedTags": [],
|
||||
"whitelist": [
|
||||
"minecraft:cactus",
|
||||
"minecraft:bamboo"
|
||||
],
|
||||
"blacklist": []
|
||||
},
|
||||
"enabled": true,
|
||||
"onlyFallWithRequiredTool": false,
|
||||
"allowedToolFilter": {
|
||||
"whitelistedTags": [],
|
||||
"whitelist": [],
|
||||
"blacklist": []
|
||||
}
|
||||
},
|
||||
"chorusTree": {
|
||||
"enabled": true,
|
||||
"onlyFallWithRequiredTool": false,
|
||||
"allowedToolFilter": {
|
||||
"whitelistedTags": [],
|
||||
"whitelist": [],
|
||||
"blacklist": []
|
||||
}
|
||||
},
|
||||
"mushroomTree": {
|
||||
"stemFilter": {
|
||||
"whitelistedTags": [],
|
||||
"whitelist": [
|
||||
"minecraft:mushroom_stem"
|
||||
],
|
||||
"blacklist": []
|
||||
},
|
||||
"capFilter": {
|
||||
"whitelistedTags": [],
|
||||
"whitelist": [
|
||||
"minecraft:red_mushroom_block",
|
||||
"minecraft:brown_mushroom_block",
|
||||
"minecraft:shroomlight"
|
||||
],
|
||||
"blacklist": []
|
||||
},
|
||||
"enabled": true,
|
||||
"onlyFallWithRequiredTool": false,
|
||||
"allowedToolFilter": {
|
||||
"whitelistedTags": [],
|
||||
"whitelist": [],
|
||||
"blacklist": []
|
||||
}
|
||||
"trees": {
|
||||
"standardTree": {
|
||||
"algorithm": {
|
||||
"maxLeavesRadius": 22,
|
||||
"maxLogAmount": 512,
|
||||
"shouldFallOnMaxLogAmount": true,
|
||||
"shouldIgnorePersistentLeaves": true
|
||||
},
|
||||
"logFilter": {
|
||||
"whitelistedTags": [
|
||||
"minecraft:logs"
|
||||
],
|
||||
"whitelist": [
|
||||
"minecraft:mushroom_stem",
|
||||
"beneath:wood/log/crimson",
|
||||
"beneath:wood/stripped_log/crimson",
|
||||
"beneath:wood/wood/crimson",
|
||||
"beneath:wood/stripped_wood/crimson",
|
||||
"beneath:wood/log/warped",
|
||||
"beneath:wood/stripped_log/warped",
|
||||
"beneath:wood/wood/warped",
|
||||
"beneath:wood/stripped_wood/warped",
|
||||
"ad_astra:aeronos_stem",
|
||||
"ad_astra:strophar_stem"
|
||||
],
|
||||
"blacklist": []
|
||||
},
|
||||
"leavesFilter": {
|
||||
"whitelistedTags": [
|
||||
"minecraft:leaves"
|
||||
],
|
||||
"whitelist": [
|
||||
"minecraft:red_mushroom_block",
|
||||
"minecraft:brown_mushroom_block",
|
||||
"minecraft:shroomlight",
|
||||
"species:alphacene_mushroom_block",
|
||||
"species:alphacene_mushroom_growth",
|
||||
"minecraft:nether_wart_block",
|
||||
"minecraft:warped_wart_block",
|
||||
"beneath:wood/leaves/crimson",
|
||||
"beneath:wood/leaves/warped",
|
||||
"ad_astra:aeronos_cap",
|
||||
"ad_astra:strophar_cap"
|
||||
],
|
||||
"blacklist": []
|
||||
},
|
||||
"extraBlockFilter": {
|
||||
"whitelistedTags": [],
|
||||
"whitelist": [
|
||||
"minecraft:vine",
|
||||
"minecraft:bee_nest",
|
||||
"minecraft:cocoa"
|
||||
],
|
||||
"blacklist": []
|
||||
},
|
||||
"enabled": true,
|
||||
"onlyFallWithRequiredTool": false,
|
||||
"allowedToolFilter": {
|
||||
"whitelistedTags": [
|
||||
"minecraft:axes"
|
||||
],
|
||||
"whitelist": [],
|
||||
"blacklist": []
|
||||
}
|
||||
},
|
||||
"verticalTree": {
|
||||
"filter": {
|
||||
"whitelistedTags": [],
|
||||
"whitelist": [
|
||||
"minecraft:cactus",
|
||||
"minecraft:bamboo"
|
||||
],
|
||||
"blacklist": []
|
||||
},
|
||||
"enabled": true,
|
||||
"onlyFallWithRequiredTool": false,
|
||||
"allowedToolFilter": {
|
||||
"whitelistedTags": [
|
||||
"minecraft:axes"
|
||||
],
|
||||
"whitelist": [],
|
||||
"blacklist": []
|
||||
}
|
||||
},
|
||||
"chorusTree": {
|
||||
"enabled": false,
|
||||
"onlyFallWithRequiredTool": false,
|
||||
"allowedToolFilter": {
|
||||
"whitelistedTags": [],
|
||||
"whitelist": [],
|
||||
"blacklist": []
|
||||
}
|
||||
},
|
||||
"mushroomTree": {
|
||||
"stemFilter": {
|
||||
"whitelistedTags": [],
|
||||
"whitelist": [],
|
||||
"blacklist": []
|
||||
},
|
||||
"capFilter": {
|
||||
"whitelistedTags": [],
|
||||
"whitelist": [],
|
||||
"blacklist": []
|
||||
},
|
||||
"enabled": true,
|
||||
"onlyFallWithRequiredTool": false,
|
||||
"allowedToolFilter": {
|
||||
"whitelistedTags": [],
|
||||
"whitelist": [],
|
||||
"blacklist": []
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue