added missing files

This commit is contained in:
Robin 2024-06-08 18:26:42 +02:00
parent 9bcddc4858
commit 332daec520
12 changed files with 83 additions and 0 deletions

View File

@ -0,0 +1,2 @@
// 1.20.6 2024-06-08T10:31:27.329252554 Item Models: environmenttech
ee3837b261f3dbe2001ba1192716f0fdf144b663 assets/environmenttech/models/item/env_collector.json

View File

@ -0,0 +1,2 @@
// 1.20.6 2024-06-08T11:45:48.833276936 Block States: environmenttech
6abc8b83d4fb4316ca2dbb977510e6f349ef9e9c assets/environmenttech/blockstates/env_collector.json

View File

@ -0,0 +1,3 @@
// 1.20.6 2024-06-08T10:31:27.329089788 Recipes
375ee3cb8eaf222bd0d5576061d1741b5b3d5cff data/environmenttech/advancements/recipes/environmental_essence.json
d462a41d1b0fda35660ed3e4c807f83f6dc0e0cd data/environmenttech/recipes/environmental_essence.json

View File

@ -0,0 +1,19 @@
{
"variants": {
"facing=east": {
"model": "environmenttech:block/env_collector",
"y": 90
},
"facing=north": {
"model": "environmenttech:block/env_collector"
},
"facing=south": {
"model": "environmenttech:block/env_collector",
"y": 180
},
"facing=west": {
"model": "environmenttech:block/env_collector",
"y": 270
}
}
}

View File

@ -0,0 +1,3 @@
{
"parent": "environmenttech:block/env_collector"
}

View File

@ -0,0 +1,43 @@
{
"parent": "minecraft:recipes/root",
"criteria": {
"env_collector": {
"conditions": {
"items": [
{
"items": "environmenttech:env_collector"
}
]
},
"trigger": "minecraft:inventory_changed"
},
"has_the_recipe": {
"conditions": {
"recipe": "environmenttech:environmental_essence"
},
"trigger": "minecraft:recipe_unlocked"
},
"iron_ingot": {
"conditions": {
"items": [
{
"items": "minecraft:iron_ingot"
}
]
},
"trigger": "minecraft:inventory_changed"
}
},
"requirements": [
[
"has_the_recipe",
"iron_ingot",
"env_collector"
]
],
"rewards": {
"recipes": [
"environmenttech:environmental_essence"
]
}
}

View File

@ -0,0 +1,11 @@
{
"type": "environmenttech:env_collector",
"envUsed": 10,
"ingredient": {
"item": "minecraft:iron_ingot"
},
"output": {
"count": 1,
"id": "environmenttech:environmental_essence"
}
}

Binary file not shown.

After

Width:  |  Height:  |  Size: 121 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 129 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 139 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 151 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 149 B