Skip to content

Commit

Permalink
Added most recipes and wooden blocks
Browse files Browse the repository at this point in the history
  • Loading branch information
Jack-Bagel committed Jun 21, 2024
1 parent ad692d1 commit b33df38
Show file tree
Hide file tree
Showing 446 changed files with 12,203 additions and 59 deletions.
450 changes: 440 additions & 10 deletions src/generated/resources/.cache/cache

Large diffs are not rendered by default.

Original file line number Diff line number Diff line change
@@ -1,6 +1,3 @@
{
"parent": "minecraft:block/fence_inventory",
"textures": {
"texture": "betterendforge:block/dragon_tree_planks"
}
"parent": "betterendforge:block/dragon_tree_gate"
}
Original file line number Diff line number Diff line change
@@ -1,6 +1,3 @@
{
"parent": "minecraft:block/fence_inventory",
"textures": {
"texture": "betterendforge:block/end_lotus_planks"
}
"parent": "betterendforge:block/end_lotus_gate"
}
Original file line number Diff line number Diff line change
@@ -1,6 +1,3 @@
{
"parent": "minecraft:block/fence_inventory",
"textures": {
"texture": "betterendforge:block/helix_tree_planks"
}
"parent": "betterendforge:block/helix_tree_gate"
}
Original file line number Diff line number Diff line change
@@ -1,6 +1,3 @@
{
"parent": "minecraft:block/fence_inventory",
"textures": {
"texture": "betterendforge:block/jellyshroom_planks"
}
"parent": "betterendforge:block/jellyshroom_gate"
}
Original file line number Diff line number Diff line change
@@ -1,6 +1,3 @@
{
"parent": "minecraft:block/fence_inventory",
"textures": {
"texture": "betterendforge:block/lacugrove_planks"
}
"parent": "betterendforge:block/lacugrove_gate"
}
Original file line number Diff line number Diff line change
@@ -1,6 +1,3 @@
{
"parent": "minecraft:block/fence_inventory",
"textures": {
"texture": "betterendforge:block/lucernia_planks"
}
"parent": "betterendforge:block/lucernia_gate"
}
Original file line number Diff line number Diff line change
@@ -1,6 +1,3 @@
{
"parent": "minecraft:block/fence_inventory",
"textures": {
"texture": "betterendforge:block/mossy_glowshroom_planks"
}
"parent": "betterendforge:block/mossy_glowshroom_gate"
}
Original file line number Diff line number Diff line change
@@ -1,6 +1,3 @@
{
"parent": "minecraft:block/fence_inventory",
"textures": {
"texture": "betterendforge:block/pythadendron_planks"
}
"parent": "betterendforge:block/pythadendron_gate"
}
Original file line number Diff line number Diff line change
@@ -1,6 +1,3 @@
{
"parent": "minecraft:block/fence_inventory",
"textures": {
"texture": "betterendforge:block/tenanea_planks"
}
"parent": "betterendforge:block/tenanea_gate"
}
Original file line number Diff line number Diff line change
@@ -1,6 +1,3 @@
{
"parent": "minecraft:block/fence_inventory",
"textures": {
"texture": "betterendforge:block/umbrella_tree_planks"
}
"parent": "betterendforge:block/umbrella_tree_gate"
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,34 @@
{
"parent": "minecraft:recipes/root",
"rewards": {
"recipes": [
"betterendforge:azure_jadestone_bricks"
]
},
"criteria": {
"has_azure_jadestone": {
"trigger": "minecraft:inventory_changed",
"conditions": {
"items": [
{
"items": [
"betterendforge:azure_jadestone"
]
}
]
}
},
"has_the_recipe": {
"trigger": "minecraft:recipe_unlocked",
"conditions": {
"recipe": "betterendforge:azure_jadestone_bricks"
}
}
},
"requirements": [
[
"has_azure_jadestone",
"has_the_recipe"
]
]
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,34 @@
{
"parent": "minecraft:recipes/root",
"rewards": {
"recipes": [
"betterendforge:azure_jadestone_bricks_slab"
]
},
"criteria": {
"has_azure_jadestone_bricks": {
"trigger": "minecraft:inventory_changed",
"conditions": {
"items": [
{
"items": [
"betterendforge:azure_jadestone_bricks"
]
}
]
}
},
"has_the_recipe": {
"trigger": "minecraft:recipe_unlocked",
"conditions": {
"recipe": "betterendforge:azure_jadestone_bricks_slab"
}
}
},
"requirements": [
[
"has_azure_jadestone_bricks",
"has_the_recipe"
]
]
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,34 @@
{
"parent": "minecraft:recipes/root",
"rewards": {
"recipes": [
"betterendforge:azure_jadestone_bricks_stairs"
]
},
"criteria": {
"has_azure_jadestone_bricks": {
"trigger": "minecraft:inventory_changed",
"conditions": {
"items": [
{
"items": [
"betterendforge:azure_jadestone_bricks"
]
}
]
}
},
"has_the_recipe": {
"trigger": "minecraft:recipe_unlocked",
"conditions": {
"recipe": "betterendforge:azure_jadestone_bricks_stairs"
}
}
},
"requirements": [
[
"has_azure_jadestone_bricks",
"has_the_recipe"
]
]
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,34 @@
{
"parent": "minecraft:recipes/root",
"rewards": {
"recipes": [
"betterendforge:azure_jadestone_bricks_wall"
]
},
"criteria": {
"has_azure_jadestone_bricks": {
"trigger": "minecraft:inventory_changed",
"conditions": {
"items": [
{
"items": [
"betterendforge:azure_jadestone_bricks"
]
}
]
}
},
"has_the_recipe": {
"trigger": "minecraft:recipe_unlocked",
"conditions": {
"recipe": "betterendforge:azure_jadestone_bricks_wall"
}
}
},
"requirements": [
[
"has_azure_jadestone_bricks",
"has_the_recipe"
]
]
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,34 @@
{
"parent": "minecraft:recipes/root",
"rewards": {
"recipes": [
"betterendforge:azure_jadestone_button"
]
},
"criteria": {
"has_azure_jadestone": {
"trigger": "minecraft:inventory_changed",
"conditions": {
"items": [
{
"items": [
"betterendforge:azure_jadestone"
]
}
]
}
},
"has_the_recipe": {
"trigger": "minecraft:recipe_unlocked",
"conditions": {
"recipe": "betterendforge:azure_jadestone_button"
}
}
},
"requirements": [
[
"has_azure_jadestone",
"has_the_recipe"
]
]
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,34 @@
{
"parent": "minecraft:recipes/root",
"rewards": {
"recipes": [
"betterendforge:azure_jadestone_flower_pot"
]
},
"criteria": {
"has_azure_jadestone_bricks": {
"trigger": "minecraft:inventory_changed",
"conditions": {
"items": [
{
"items": [
"betterendforge:azure_jadestone_bricks"
]
}
]
}
},
"has_the_recipe": {
"trigger": "minecraft:recipe_unlocked",
"conditions": {
"recipe": "betterendforge:azure_jadestone_flower_pot"
}
}
},
"requirements": [
[
"has_azure_jadestone_bricks",
"has_the_recipe"
]
]
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,34 @@
{
"parent": "minecraft:recipes/root",
"rewards": {
"recipes": [
"betterendforge:azure_jadestone_furnace"
]
},
"criteria": {
"has_azure_jadestone": {
"trigger": "minecraft:inventory_changed",
"conditions": {
"items": [
{
"items": [
"betterendforge:azure_jadestone"
]
}
]
}
},
"has_the_recipe": {
"trigger": "minecraft:recipe_unlocked",
"conditions": {
"recipe": "betterendforge:azure_jadestone_furnace"
}
}
},
"requirements": [
[
"has_azure_jadestone",
"has_the_recipe"
]
]
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,34 @@
{
"parent": "minecraft:recipes/root",
"rewards": {
"recipes": [
"betterendforge:azure_jadestone_lantern"
]
},
"criteria": {
"has_crystal_shards": {
"trigger": "minecraft:inventory_changed",
"conditions": {
"items": [
{
"items": [
"betterendforge:crystal_shards"
]
}
]
}
},
"has_the_recipe": {
"trigger": "minecraft:recipe_unlocked",
"conditions": {
"recipe": "betterendforge:azure_jadestone_lantern"
}
}
},
"requirements": [
[
"has_crystal_shards",
"has_the_recipe"
]
]
}
Loading

0 comments on commit b33df38

Please sign in to comment.