summaryrefslogtreecommitdiff
path: root/src/main/generated/data
diff options
context:
space:
mode:
authorLinnea Gräf <nea@nea.moe>2024-11-21 03:08:27 +0100
committerLinnea Gräf <nea@nea.moe>2024-11-21 03:08:27 +0100
commita03328d251b3a3d12879f9a7002acd253ece73bd (patch)
tree2158f87df0beeb8f6fd386ecde99ae44252b1175 /src/main/generated/data
parent969cd92b2e5324d5c2aee226bf02383fa588afbf (diff)
downloadfunny-teleporters-a03328d251b3a3d12879f9a7002acd253ece73bd.tar.gz
funny-teleporters-a03328d251b3a3d12879f9a7002acd253ece73bd.tar.bz2
funny-teleporters-a03328d251b3a3d12879f9a7002acd253ece73bd.zip
Add teleporter
Diffstat (limited to 'src/main/generated/data')
-rw-r--r--src/main/generated/data/funny-teleporters/advancement/recipes/building_blocks/ender_pearl_block.json32
-rw-r--r--src/main/generated/data/funny-teleporters/advancement/recipes/misc/ender_pearl.json32
-rw-r--r--src/main/generated/data/funny-teleporters/advancement/recipes/tools/teleporter_wand.json32
-rw-r--r--src/main/generated/data/funny-teleporters/advancement/recipes/transportation/teleporter.json32
-rw-r--r--src/main/generated/data/funny-teleporters/loot_table/blocks/ender_pearl_block.json20
-rw-r--r--src/main/generated/data/funny-teleporters/loot_table/blocks/teleporter.json20
-rw-r--r--src/main/generated/data/funny-teleporters/recipe/ender_pearl.json13
-rw-r--r--src/main/generated/data/funny-teleporters/recipe/ender_pearl_block.json18
-rw-r--r--src/main/generated/data/funny-teleporters/recipe/teleporter.json21
-rw-r--r--src/main/generated/data/funny-teleporters/recipe/teleporter_wand.json24
-rw-r--r--src/main/generated/data/minecraft/tags/block/mineable/hoe.json5
-rw-r--r--src/main/generated/data/minecraft/tags/block/mineable/pickaxe.json3
12 files changed, 251 insertions, 1 deletions
diff --git a/src/main/generated/data/funny-teleporters/advancement/recipes/building_blocks/ender_pearl_block.json b/src/main/generated/data/funny-teleporters/advancement/recipes/building_blocks/ender_pearl_block.json
new file mode 100644
index 0000000..808f17f
--- /dev/null
+++ b/src/main/generated/data/funny-teleporters/advancement/recipes/building_blocks/ender_pearl_block.json
@@ -0,0 +1,32 @@
+{
+ "parent": "minecraft:recipes/root",
+ "criteria": {
+ "has_ender_pearl": {
+ "conditions": {
+ "items": [
+ {
+ "items": "minecraft:ender_pearl"
+ }
+ ]
+ },
+ "trigger": "minecraft:inventory_changed"
+ },
+ "has_the_recipe": {
+ "conditions": {
+ "recipe": "funny-teleporters:ender_pearl_block"
+ },
+ "trigger": "minecraft:recipe_unlocked"
+ }
+ },
+ "requirements": [
+ [
+ "has_the_recipe",
+ "has_ender_pearl"
+ ]
+ ],
+ "rewards": {
+ "recipes": [
+ "funny-teleporters:ender_pearl_block"
+ ]
+ }
+} \ No newline at end of file
diff --git a/src/main/generated/data/funny-teleporters/advancement/recipes/misc/ender_pearl.json b/src/main/generated/data/funny-teleporters/advancement/recipes/misc/ender_pearl.json
new file mode 100644
index 0000000..814d3bf
--- /dev/null
+++ b/src/main/generated/data/funny-teleporters/advancement/recipes/misc/ender_pearl.json
@@ -0,0 +1,32 @@
+{
+ "parent": "minecraft:recipes/root",
+ "criteria": {
+ "has_ender_pearl_block": {
+ "conditions": {
+ "items": [
+ {
+ "items": "funny-teleporters:ender_pearl_block"
+ }
+ ]
+ },
+ "trigger": "minecraft:inventory_changed"
+ },
+ "has_the_recipe": {
+ "conditions": {
+ "recipe": "minecraft:ender_pearl"
+ },
+ "trigger": "minecraft:recipe_unlocked"
+ }
+ },
+ "requirements": [
+ [
+ "has_the_recipe",
+ "has_ender_pearl_block"
+ ]
+ ],
+ "rewards": {
+ "recipes": [
+ "minecraft:ender_pearl"
+ ]
+ }
+} \ No newline at end of file
diff --git a/src/main/generated/data/funny-teleporters/advancement/recipes/tools/teleporter_wand.json b/src/main/generated/data/funny-teleporters/advancement/recipes/tools/teleporter_wand.json
new file mode 100644
index 0000000..e638f81
--- /dev/null
+++ b/src/main/generated/data/funny-teleporters/advancement/recipes/tools/teleporter_wand.json
@@ -0,0 +1,32 @@
+{
+ "parent": "minecraft:recipes/root",
+ "criteria": {
+ "has_ender_pearl": {
+ "conditions": {
+ "items": [
+ {
+ "items": "minecraft:ender_pearl"
+ }
+ ]
+ },
+ "trigger": "minecraft:inventory_changed"
+ },
+ "has_the_recipe": {
+ "conditions": {
+ "recipe": "funny-teleporters:teleporter_wand"
+ },
+ "trigger": "minecraft:recipe_unlocked"
+ }
+ },
+ "requirements": [
+ [
+ "has_the_recipe",
+ "has_ender_pearl"
+ ]
+ ],
+ "rewards": {
+ "recipes": [
+ "funny-teleporters:teleporter_wand"
+ ]
+ }
+} \ No newline at end of file
diff --git a/src/main/generated/data/funny-teleporters/advancement/recipes/transportation/teleporter.json b/src/main/generated/data/funny-teleporters/advancement/recipes/transportation/teleporter.json
new file mode 100644
index 0000000..c2a5ba2
--- /dev/null
+++ b/src/main/generated/data/funny-teleporters/advancement/recipes/transportation/teleporter.json
@@ -0,0 +1,32 @@
+{
+ "parent": "minecraft:recipes/root",
+ "criteria": {
+ "has_ender_pearl_block": {
+ "conditions": {
+ "items": [
+ {
+ "items": "funny-teleporters:ender_pearl_block"
+ }
+ ]
+ },
+ "trigger": "minecraft:inventory_changed"
+ },
+ "has_the_recipe": {
+ "conditions": {
+ "recipe": "funny-teleporters:teleporter"
+ },
+ "trigger": "minecraft:recipe_unlocked"
+ }
+ },
+ "requirements": [
+ [
+ "has_the_recipe",
+ "has_ender_pearl_block"
+ ]
+ ],
+ "rewards": {
+ "recipes": [
+ "funny-teleporters:teleporter"
+ ]
+ }
+} \ No newline at end of file
diff --git a/src/main/generated/data/funny-teleporters/loot_table/blocks/ender_pearl_block.json b/src/main/generated/data/funny-teleporters/loot_table/blocks/ender_pearl_block.json
new file mode 100644
index 0000000..885ed02
--- /dev/null
+++ b/src/main/generated/data/funny-teleporters/loot_table/blocks/ender_pearl_block.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:ender_pearl_block"
+ }
+ ],
+ "rolls": 1.0
+ }
+ ]
+} \ No newline at end of file
diff --git a/src/main/generated/data/funny-teleporters/loot_table/blocks/teleporter.json b/src/main/generated/data/funny-teleporters/loot_table/blocks/teleporter.json
new file mode 100644
index 0000000..01a4ca5
--- /dev/null
+++ b/src/main/generated/data/funny-teleporters/loot_table/blocks/teleporter.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"
+ }
+ ],
+ "rolls": 1.0
+ }
+ ]
+} \ No newline at end of file
diff --git a/src/main/generated/data/funny-teleporters/recipe/ender_pearl.json b/src/main/generated/data/funny-teleporters/recipe/ender_pearl.json
new file mode 100644
index 0000000..2a77678
--- /dev/null
+++ b/src/main/generated/data/funny-teleporters/recipe/ender_pearl.json
@@ -0,0 +1,13 @@
+{
+ "type": "minecraft:crafting_shapeless",
+ "category": "misc",
+ "ingredients": [
+ {
+ "item": "funny-teleporters:ender_pearl_block"
+ }
+ ],
+ "result": {
+ "count": 9,
+ "id": "minecraft:ender_pearl"
+ }
+} \ No newline at end of file
diff --git a/src/main/generated/data/funny-teleporters/recipe/ender_pearl_block.json b/src/main/generated/data/funny-teleporters/recipe/ender_pearl_block.json
new file mode 100644
index 0000000..cbeb675
--- /dev/null
+++ b/src/main/generated/data/funny-teleporters/recipe/ender_pearl_block.json
@@ -0,0 +1,18 @@
+{
+ "type": "minecraft:crafting_shaped",
+ "category": "building",
+ "key": {
+ "e": {
+ "item": "minecraft:ender_pearl"
+ }
+ },
+ "pattern": [
+ "eee",
+ "eee",
+ "eee"
+ ],
+ "result": {
+ "count": 1,
+ "id": "funny-teleporters:ender_pearl_block"
+ }
+} \ No newline at end of file
diff --git a/src/main/generated/data/funny-teleporters/recipe/teleporter.json b/src/main/generated/data/funny-teleporters/recipe/teleporter.json
new file mode 100644
index 0000000..85fda2d
--- /dev/null
+++ b/src/main/generated/data/funny-teleporters/recipe/teleporter.json
@@ -0,0 +1,21 @@
+{
+ "type": "minecraft:crafting_shaped",
+ "category": "misc",
+ "key": {
+ "e": {
+ "item": "funny-teleporters:ender_pearl_block"
+ },
+ "o": {
+ "item": "minecraft:obsidian"
+ }
+ },
+ "pattern": [
+ "ooo",
+ "oeo",
+ "ooo"
+ ],
+ "result": {
+ "count": 1,
+ "id": "funny-teleporters:teleporter"
+ }
+} \ No newline at end of file
diff --git a/src/main/generated/data/funny-teleporters/recipe/teleporter_wand.json b/src/main/generated/data/funny-teleporters/recipe/teleporter_wand.json
new file mode 100644
index 0000000..0d92775
--- /dev/null
+++ b/src/main/generated/data/funny-teleporters/recipe/teleporter_wand.json
@@ -0,0 +1,24 @@
+{
+ "type": "minecraft:crafting_shaped",
+ "category": "equipment",
+ "key": {
+ "e": {
+ "item": "funny-teleporters:ender_pearl_block"
+ },
+ "r": {
+ "item": "minecraft:redstone_block"
+ },
+ "s": {
+ "item": "minecraft:stick"
+ }
+ },
+ "pattern": [
+ " e",
+ " r ",
+ "s "
+ ],
+ "result": {
+ "count": 1,
+ "id": "funny-teleporters:teleporter_wand"
+ }
+} \ No newline at end of file
diff --git a/src/main/generated/data/minecraft/tags/block/mineable/hoe.json b/src/main/generated/data/minecraft/tags/block/mineable/hoe.json
new file mode 100644
index 0000000..24ba276
--- /dev/null
+++ b/src/main/generated/data/minecraft/tags/block/mineable/hoe.json
@@ -0,0 +1,5 @@
+{
+ "values": [
+ "funny-teleporters:ender_pearl_block"
+ ]
+} \ 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 f126a94..0089b39 100644
--- a/src/main/generated/data/minecraft/tags/block/mineable/pickaxe.json
+++ b/src/main/generated/data/minecraft/tags/block/mineable/pickaxe.json
@@ -1,5 +1,6 @@
{
"values": [
- "funny-teleporters:coloured_chest"
+ "funny-teleporters:coloured_chest",
+ "funny-teleporters:teleporter"
]
} \ No newline at end of file