Skip to content

Commit

Permalink
Updated to version 2.5.1
Browse files Browse the repository at this point in the history
  • Loading branch information
catter1 committed May 17, 2024
1 parent 5490334 commit 5d7b5c5
Show file tree
Hide file tree
Showing 12 changed files with 76 additions and 6 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
{
"replace": false,
"values": [
{
"id": "#c:desert",
"required": false
}
]
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
{
"replace": false,
"values": [
{
"id": "#c:jungle",
"required": false
}
]
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
{
"replace": false,
"values": [
{
"id": "#c:savanna",
"required": false
}
]
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
{
"replace": false,
"values": [
{
"id": "#c:snowy",
"required": false
}
]
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
{
"replace": false,
"values": [
{
"id": "#c:swamp",
"required": false
}
]
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
{
"replace": false,
"values": [
{
"id": "#c:taiga",
"required": false
}
]
}
2 changes: 1 addition & 1 deletion data/terralith/recipes/dispenser_alt.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
],
"key": {
"#": {
"tag": "terralith:cobblestone_recipe_alts_extended"
"tag": "minecraft:stone_crafting_materials"
},
"R": {
"item": "minecraft:redstone"
Expand Down
2 changes: 1 addition & 1 deletion data/terralith/recipes/dropper_alt.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
],
"key": {
"#": {
"tag": "terralith:cobblestone_recipe_alts_extended"
"tag": "minecraft:stone_crafting_materials"
},
"R": {
"item": "minecraft:redstone"
Expand Down
2 changes: 1 addition & 1 deletion data/terralith/recipes/lever_alt.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
],
"key": {
"#": {
"tag": "terralith:cobblestone_recipe_alts_extended"
"tag": "minecraft:stone_crafting_materials"
},
"X": {
"item": "minecraft:stick"
Expand Down
2 changes: 1 addition & 1 deletion data/terralith/recipes/observer_alt.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
],
"key": {
"#": {
"tag": "terralith:cobblestone_recipe_alts_extended"
"tag": "minecraft:stone_crafting_materials"
},
"Q": {
"item": "minecraft:quartz"
Expand Down
2 changes: 1 addition & 1 deletion data/terralith/recipes/piston_alt.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
],
"key": {
"#": {
"tag": "terralith:cobblestone_recipe_alts_extended"
"tag": "minecraft:stone_crafting_materials"
},
"R": {
"item": "minecraft:redstone"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,23 @@
"chance": 0.75,
"feature": {
"feature": "terralith:cave/jungle/low_foliage",
"placement": []
"placement": [
{
"type": "minecraft:block_predicate_filter",
"predicate": {
"type": "minecraft:matching_blocks",
"offset": [
0,
0,
0
],
"blocks": [
"minecraft:air",
"minecraft:cave_air"
]
}
}
]
}
},
{
Expand Down

0 comments on commit 5d7b5c5

Please sign in to comment.