Skip to content

Commit

Permalink
[~] More recipes, lang files, etc.
Browse files Browse the repository at this point in the history
  • Loading branch information
crispytwig committed Feb 29, 2024
1 parent 293dee5 commit 50cc321
Show file tree
Hide file tree
Showing 70 changed files with 1,701 additions and 1 deletion.
8 changes: 8 additions & 0 deletions src/main/resources/assets/foundation/lang/en_us.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,14 @@
"block.foundation.deepslate_fence": "Deepslate Fence",
"block.foundation.nether_brick_fence": "Nether Brick Fence",

"block.foundation.stone_moulding": "Stone Moulding",
"block.foundation.blackstone_moulding": "Blackstone Moulding",
"block.foundation.sandstone_moulding": "Sandstone Moulding",
"block.foundation.red_sandstone_moulding": "Red Sandstone Moulding",
"block.foundation.quartz_moulding": "Quartz Moulding",
"block.foundation.deepslate_moulding": "Deepslate Moulding",
"block.foundation.nether_brick_moulding": "Nether Brick Moulding",

"block.foundation.stone_column": "Stone Column",
"block.foundation.blackstone_column": "Blackstone Column",
"block.foundation.deepslate_column": "Deepslate Column",
Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
"parent": "foundation:block/polished_stone_stairs"
"parent": "foundation:block/stone_tile_stairs"
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,34 @@
{
"parent": "minecraft:recipes/root",
"criteria": {
"has_block": {
"conditions": {
"items": [
{
"items": [
"minecraft:acacia_planks"
]
}
]
},
"trigger": "minecraft:inventory_changed"
},
"has_the_recipe": {
"conditions": {
"recipe": "foundation:acacia_support"
},
"trigger": "minecraft:recipe_unlocked"
}
},
"requirements": [
[
"has_block",
"has_the_recipe"
]
],
"rewards": {
"recipes": [
"foundation:acacia_support"
]
}
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,34 @@
{
"parent": "minecraft:recipes/root",
"criteria": {
"has_block": {
"conditions": {
"items": [
{
"items": [
"minecraft:acacia_planks"
]
}
]
},
"trigger": "minecraft:inventory_changed"
},
"has_the_recipe": {
"conditions": {
"recipe": "foundation:acacia_trim"
},
"trigger": "minecraft:recipe_unlocked"
}
},
"requirements": [
[
"has_block",
"has_the_recipe"
]
],
"rewards": {
"recipes": [
"foundation:acacia_trim"
]
}
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,34 @@
{
"parent": "minecraft:recipes/root",
"criteria": {
"has_block": {
"conditions": {
"items": [
{
"items": [
"minecraft:bamboo_planks"
]
}
]
},
"trigger": "minecraft:inventory_changed"
},
"has_the_recipe": {
"conditions": {
"recipe": "foundation:bamboo_support"
},
"trigger": "minecraft:recipe_unlocked"
}
},
"requirements": [
[
"has_block",
"has_the_recipe"
]
],
"rewards": {
"recipes": [
"foundation:bamboo_support"
]
}
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,34 @@
{
"parent": "minecraft:recipes/root",
"criteria": {
"has_block": {
"conditions": {
"items": [
{
"items": [
"minecraft:bamboo_planks"
]
}
]
},
"trigger": "minecraft:inventory_changed"
},
"has_the_recipe": {
"conditions": {
"recipe": "foundation:bamboo_trim"
},
"trigger": "minecraft:recipe_unlocked"
}
},
"requirements": [
[
"has_block",
"has_the_recipe"
]
],
"rewards": {
"recipes": [
"foundation:bamboo_trim"
]
}
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,34 @@
{
"parent": "minecraft:recipes/root",
"criteria": {
"has_block": {
"conditions": {
"items": [
{
"items": [
"minecraft:birch_planks"
]
}
]
},
"trigger": "minecraft:inventory_changed"
},
"has_the_recipe": {
"conditions": {
"recipe": "foundation:birch_support"
},
"trigger": "minecraft:recipe_unlocked"
}
},
"requirements": [
[
"has_block",
"has_the_recipe"
]
],
"rewards": {
"recipes": [
"foundation:birch_support"
]
}
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,34 @@
{
"parent": "minecraft:recipes/root",
"criteria": {
"has_block": {
"conditions": {
"items": [
{
"items": [
"minecraft:birch_planks"
]
}
]
},
"trigger": "minecraft:inventory_changed"
},
"has_the_recipe": {
"conditions": {
"recipe": "foundation:birch_trim"
},
"trigger": "minecraft:recipe_unlocked"
}
},
"requirements": [
[
"has_block",
"has_the_recipe"
]
],
"rewards": {
"recipes": [
"foundation:birch_trim"
]
}
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,34 @@
{
"parent": "minecraft:recipes/root",
"criteria": {
"has_block": {
"conditions": {
"items": [
{
"items": [
"minecraft:blackstone"
]
}
]
},
"trigger": "minecraft:inventory_changed"
},
"has_the_recipe": {
"conditions": {
"recipe": "foundation:blackstone_fence"
},
"trigger": "minecraft:recipe_unlocked"
}
},
"requirements": [
[
"has_block",
"has_the_recipe"
]
],
"rewards": {
"recipes": [
"foundation:blackstone_fence"
]
}
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,34 @@
{
"parent": "minecraft:recipes/root",
"criteria": {
"has_block": {
"conditions": {
"items": [
{
"items": [
"minecraft:cherry_planks"
]
}
]
},
"trigger": "minecraft:inventory_changed"
},
"has_the_recipe": {
"conditions": {
"recipe": "foundation:cherry_support"
},
"trigger": "minecraft:recipe_unlocked"
}
},
"requirements": [
[
"has_block",
"has_the_recipe"
]
],
"rewards": {
"recipes": [
"foundation:cherry_support"
]
}
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,34 @@
{
"parent": "minecraft:recipes/root",
"criteria": {
"has_block": {
"conditions": {
"items": [
{
"items": [
"minecraft:cherry_planks"
]
}
]
},
"trigger": "minecraft:inventory_changed"
},
"has_the_recipe": {
"conditions": {
"recipe": "foundation:cherry_trim"
},
"trigger": "minecraft:recipe_unlocked"
}
},
"requirements": [
[
"has_block",
"has_the_recipe"
]
],
"rewards": {
"recipes": [
"foundation:cherry_trim"
]
}
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,34 @@
{
"parent": "minecraft:recipes/root",
"criteria": {
"has_block": {
"conditions": {
"items": [
{
"items": [
"minecraft:crimson_planks"
]
}
]
},
"trigger": "minecraft:inventory_changed"
},
"has_the_recipe": {
"conditions": {
"recipe": "foundation:crimson_support"
},
"trigger": "minecraft:recipe_unlocked"
}
},
"requirements": [
[
"has_block",
"has_the_recipe"
]
],
"rewards": {
"recipes": [
"foundation:crimson_support"
]
}
}
Loading

0 comments on commit 50cc321

Please sign in to comment.