diff --git a/common/src/main/resources/data/botanytrees/loot_table/tree_drops/ars_nouveau/archwood_blue.json b/common/src/main/resources/data/botanytrees/loot_table/tree_drops/ars_nouveau/archwood_blue.json new file mode 100644 index 0000000..aba440e --- /dev/null +++ b/common/src/main/resources/data/botanytrees/loot_table/tree_drops/ars_nouveau/archwood_blue.json @@ -0,0 +1,88 @@ +{ + "type": "minecraft:block", + "pools": [ + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "minecraft:item", + "name": "ars_nouveau:blue_archwood_log", + "functions": [ + { + "add": false, + "count": { + "type": "minecraft:uniform", + "max": 4, + "min": 1 + }, + "function": "minecraft:set_count" + } + ] + } + ], + "rolls": 1.0 + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "minecraft:item", + "conditions": [ + { + "condition": "minecraft:random_chance", + "chance": 0.05 + } + ], + "name": "ars_nouveau:blue_archwood_sapling" + } + ], + "rolls": 1.0 + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "minecraft:item", + "conditions": [ + { + "condition": "minecraft:random_chance", + "chance": 0.05 + } + ], + "name": "ars_nouveau:blue_archwood_log" + } + ], + "rolls": 1.0 + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "minecraft:item", + "conditions": [ + { + "condition": "minecraft:match_tool", + "predicate": { + "items": "minecraft:shears" + } + } + ], + "functions": [ + { + "add": false, + "count": { + "type": "minecraft:uniform", + "max": 3, + "min": 1 + }, + "function": "minecraft:set_count" + } + ], + "name": "ars_nouveau:blue_archwood_leaves" + } + ], + "rolls": 1.0 + } + ], + "random_sequence": "botanytrees:minecraft/oak" +} diff --git a/common/src/main/resources/data/botanytrees/loot_table/tree_drops/ars_nouveau/archwood_green.json b/common/src/main/resources/data/botanytrees/loot_table/tree_drops/ars_nouveau/archwood_green.json new file mode 100644 index 0000000..6dcb43e --- /dev/null +++ b/common/src/main/resources/data/botanytrees/loot_table/tree_drops/ars_nouveau/archwood_green.json @@ -0,0 +1,88 @@ +{ + "type": "minecraft:block", + "pools": [ + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "minecraft:item", + "name": "ars_nouveau:green_archwood_log", + "functions": [ + { + "add": false, + "count": { + "type": "minecraft:uniform", + "max": 4, + "min": 1 + }, + "function": "minecraft:set_count" + } + ] + } + ], + "rolls": 1.0 + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "minecraft:item", + "conditions": [ + { + "condition": "minecraft:random_chance", + "chance": 0.05 + } + ], + "name": "ars_nouveau:green_archwood_sapling" + } + ], + "rolls": 1.0 + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "minecraft:item", + "conditions": [ + { + "condition": "minecraft:random_chance", + "chance": 0.05 + } + ], + "name": "ars_nouveau:green_archwood_log" + } + ], + "rolls": 1.0 + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "minecraft:item", + "conditions": [ + { + "condition": "minecraft:match_tool", + "predicate": { + "items": "minecraft:shears" + } + } + ], + "functions": [ + { + "add": false, + "count": { + "type": "minecraft:uniform", + "max": 3, + "min": 1 + }, + "function": "minecraft:set_count" + } + ], + "name": "ars_nouveau:green_archwood_leaves" + } + ], + "rolls": 1.0 + } + ], + "random_sequence": "botanytrees:minecraft/oak" +} diff --git a/common/src/main/resources/data/botanytrees/loot_table/tree_drops/ars_nouveau/archwood_purple.json b/common/src/main/resources/data/botanytrees/loot_table/tree_drops/ars_nouveau/archwood_purple.json new file mode 100644 index 0000000..4c1fc2b --- /dev/null +++ b/common/src/main/resources/data/botanytrees/loot_table/tree_drops/ars_nouveau/archwood_purple.json @@ -0,0 +1,88 @@ +{ + "type": "minecraft:block", + "pools": [ + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "minecraft:item", + "name": "ars_nouveau:purple_archwood_log", + "functions": [ + { + "add": false, + "count": { + "type": "minecraft:uniform", + "max": 4, + "min": 1 + }, + "function": "minecraft:set_count" + } + ] + } + ], + "rolls": 1.0 + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "minecraft:item", + "conditions": [ + { + "condition": "minecraft:random_chance", + "chance": 0.05 + } + ], + "name": "ars_nouveau:purple_archwood_sapling" + } + ], + "rolls": 1.0 + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "minecraft:item", + "conditions": [ + { + "condition": "minecraft:random_chance", + "chance": 0.05 + } + ], + "name": "ars_nouveau:purple_archwood_log" + } + ], + "rolls": 1.0 + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "minecraft:item", + "conditions": [ + { + "condition": "minecraft:match_tool", + "predicate": { + "items": "minecraft:shears" + } + } + ], + "functions": [ + { + "add": false, + "count": { + "type": "minecraft:uniform", + "max": 3, + "min": 1 + }, + "function": "minecraft:set_count" + } + ], + "name": "ars_nouveau:purple_archwood_leaves" + } + ], + "rolls": 1.0 + } + ], + "random_sequence": "botanytrees:minecraft/oak" +} diff --git a/common/src/main/resources/data/botanytrees/loot_table/tree_drops/ars_nouveau/archwood_red.json b/common/src/main/resources/data/botanytrees/loot_table/tree_drops/ars_nouveau/archwood_red.json new file mode 100644 index 0000000..d40ca82 --- /dev/null +++ b/common/src/main/resources/data/botanytrees/loot_table/tree_drops/ars_nouveau/archwood_red.json @@ -0,0 +1,88 @@ +{ + "type": "minecraft:block", + "pools": [ + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "minecraft:item", + "name": "ars_nouveau:red_archwood_log", + "functions": [ + { + "add": false, + "count": { + "type": "minecraft:uniform", + "max": 4, + "min": 1 + }, + "function": "minecraft:set_count" + } + ] + } + ], + "rolls": 1.0 + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "minecraft:item", + "conditions": [ + { + "condition": "minecraft:random_chance", + "chance": 0.05 + } + ], + "name": "ars_nouveau:red_archwood_sapling" + } + ], + "rolls": 1.0 + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "minecraft:item", + "conditions": [ + { + "condition": "minecraft:random_chance", + "chance": 0.05 + } + ], + "name": "ars_nouveau:red_archwood_log" + } + ], + "rolls": 1.0 + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "minecraft:item", + "conditions": [ + { + "condition": "minecraft:match_tool", + "predicate": { + "items": "minecraft:shears" + } + } + ], + "functions": [ + { + "add": false, + "count": { + "type": "minecraft:uniform", + "max": 3, + "min": 1 + }, + "function": "minecraft:set_count" + } + ], + "name": "ars_nouveau:red_archwood_leaves" + } + ], + "rolls": 1.0 + } + ], + "random_sequence": "botanytrees:minecraft/oak" +} diff --git a/common/src/main/resources/data/botanytrees/recipe/ars_nouveau/archwood_blue.json b/common/src/main/resources/data/botanytrees/recipe/ars_nouveau/archwood_blue.json new file mode 100644 index 0000000..8dd9b45 --- /dev/null +++ b/common/src/main/resources/data/botanytrees/recipe/ars_nouveau/archwood_blue.json @@ -0,0 +1,11 @@ +{ + "type": "botanypots:block_derived_crop", + "block": "ars_nouveau:blue_archwood_sapling", + "grow_time": 2400, + "drops": [ + { + "type": "botanypots:loot_table", + "table_id": "botanytrees:tree_drops/ars_nouveau/archwood_blue" + } + ] +} diff --git a/common/src/main/resources/data/botanytrees/recipe/ars_nouveau/archwood_green.json b/common/src/main/resources/data/botanytrees/recipe/ars_nouveau/archwood_green.json new file mode 100644 index 0000000..cdc7d59 --- /dev/null +++ b/common/src/main/resources/data/botanytrees/recipe/ars_nouveau/archwood_green.json @@ -0,0 +1,12 @@ + +{ + "type": "botanypots:block_derived_crop", + "block": "ars_nouveau:green_archwood_sapling", + "grow_time": 2400, + "drops": [ + { + "type": "botanypots:loot_table", + "table_id": "botanytrees:tree_drops/ars_nouveau/archwood_green" + } + ] +} diff --git a/common/src/main/resources/data/botanytrees/recipe/ars_nouveau/archwood_purple.json b/common/src/main/resources/data/botanytrees/recipe/ars_nouveau/archwood_purple.json new file mode 100644 index 0000000..b840993 --- /dev/null +++ b/common/src/main/resources/data/botanytrees/recipe/ars_nouveau/archwood_purple.json @@ -0,0 +1,11 @@ +{ + "type": "botanypots:block_derived_crop", + "block": "ars_nouveau:purple_archwood_sapling", + "grow_time": 2400, + "drops": [ + { + "type": "botanypots:loot_table", + "table_id": "botanytrees:tree_drops/ars_nouveau/archwood_purple" + } + ] +} diff --git a/common/src/main/resources/data/botanytrees/recipe/ars_nouveau/archwood_red.json b/common/src/main/resources/data/botanytrees/recipe/ars_nouveau/archwood_red.json new file mode 100644 index 0000000..72e316c --- /dev/null +++ b/common/src/main/resources/data/botanytrees/recipe/ars_nouveau/archwood_red.json @@ -0,0 +1,11 @@ +{ + "type": "botanypots:block_derived_crop", + "block": "ars_nouveau:red_archwood_sapling", + "grow_time": 2400, + "drops": [ + { + "type": "botanypots:loot_table", + "table_id": "botanytrees:tree_drops/ars_nouveau/archwood_red" + } + ] +}