diff options
| author | Linnea Gräf <nea@nea.moe> | 2024-11-21 23:57:49 +0100 |
|---|---|---|
| committer | Linnea Gräf <nea@nea.moe> | 2024-11-21 23:57:49 +0100 |
| commit | 99bf02825007f5caff8c591669d096435b75c411 (patch) | |
| tree | bc873e8c34482a53f620592bcdf1559e0622547a /src/main/generated/data | |
| parent | c4197fe02bcc1250f1e41eed98fff0fe5cf76351 (diff) | |
| download | funny-teleporters-99bf02825007f5caff8c591669d096435b75c411.tar.gz funny-teleporters-99bf02825007f5caff8c591669d096435b75c411.tar.bz2 funny-teleporters-99bf02825007f5caff8c591669d096435b75c411.zip | |
Add teleport nexus
Diffstat (limited to 'src/main/generated/data')
4 files changed, 78 insertions, 1 deletions
diff --git a/src/main/generated/data/funny-teleporters/advancement/recipes/transportation/teleporter_nexus.json b/src/main/generated/data/funny-teleporters/advancement/recipes/transportation/teleporter_nexus.json new file mode 100644 index 0000000..08cdac3 --- /dev/null +++ b/src/main/generated/data/funny-teleporters/advancement/recipes/transportation/teleporter_nexus.json @@ -0,0 +1,32 @@ +{ + "parent": "minecraft:recipes/root", + "criteria": { + "has_teleporter": { + "conditions": { + "items": [ + { + "items": "funny-teleporters:teleporter" + } + ] + }, + "trigger": "minecraft:inventory_changed" + }, + "has_the_recipe": { + "conditions": { + "recipe": "funny-teleporters:teleporter_nexus" + }, + "trigger": "minecraft:recipe_unlocked" + } + }, + "requirements": [ + [ + "has_the_recipe", + "has_teleporter" + ] + ], + "rewards": { + "recipes": [ + "funny-teleporters:teleporter_nexus" + ] + } +}
\ No newline at end of file diff --git a/src/main/generated/data/funny-teleporters/loot_table/blocks/teleporter_nexus.json b/src/main/generated/data/funny-teleporters/loot_table/blocks/teleporter_nexus.json new file mode 100644 index 0000000..be31823 --- /dev/null +++ b/src/main/generated/data/funny-teleporters/loot_table/blocks/teleporter_nexus.json @@ -0,0 +1,20 @@ +{ + "type": "minecraft:block", + "pools": [ + { + "bonus_rolls": 0.0, + "conditions": [ + { + "condition": "minecraft:survives_explosion" + } + ], + "entries": [ + { + "type": "minecraft:item", + "name": "funny-teleporters:teleporter_nexus" + } + ], + "rolls": 1.0 + } + ] +}
\ No newline at end of file diff --git a/src/main/generated/data/funny-teleporters/recipe/teleporter_nexus.json b/src/main/generated/data/funny-teleporters/recipe/teleporter_nexus.json new file mode 100644 index 0000000..651883f --- /dev/null +++ b/src/main/generated/data/funny-teleporters/recipe/teleporter_nexus.json @@ -0,0 +1,24 @@ +{ + "type": "minecraft:crafting_shaped", + "category": "misc", + "key": { + "e": { + "item": "minecraft:enchanting_table" + }, + "p": { + "item": "funny-teleporters:ender_pearl_block" + }, + "t": { + "item": "funny-teleporters:teleporter" + } + }, + "pattern": [ + " e ", + "ptp", + "ttt" + ], + "result": { + "count": 1, + "id": "funny-teleporters:teleporter_nexus" + } +}
\ No newline at end of file diff --git a/src/main/generated/data/minecraft/tags/block/mineable/pickaxe.json b/src/main/generated/data/minecraft/tags/block/mineable/pickaxe.json index 0089b39..1d36055 100644 --- a/src/main/generated/data/minecraft/tags/block/mineable/pickaxe.json +++ b/src/main/generated/data/minecraft/tags/block/mineable/pickaxe.json @@ -1,6 +1,7 @@ { "values": [ "funny-teleporters:coloured_chest", - "funny-teleporters:teleporter" + "funny-teleporters:teleporter", + "funny-teleporters:teleporter_nexus" ] }
\ No newline at end of file |
