Skip to content

Commit

Permalink
Merge pull request #19 from PurpurMC/update-deployment
Browse files Browse the repository at this point in the history
I forgor that I had this branch checked out
  • Loading branch information
RhythmicSys authored Dec 30, 2024
2 parents 64c2442 + 9e02393 commit 952f8b5
Show file tree
Hide file tree
Showing 199 changed files with 4,110 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,34 @@
{
"parent": "minecraft:recipes/root",
"criteria": {
"has_acacia_planks": {
"conditions": {
"items": [
{
"items": [
"minecraft:acacia_planks"
]
}
]
},
"trigger": "minecraft:inventory_changed"
},
"has_the_recipe": {
"conditions": {
"recipe": "purpur:stonecutting/wood/acacia_door_from_acacia_planks_stonecutting"
},
"trigger": "minecraft:recipe_unlocked"
}
},
"requirements": [
[
"has_the_recipe",
"has_acacia_planks"
]
],
"rewards": {
"recipes": [
"minecraft:acacia_door_from_acacia_planks_stonecutting"
]
}
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,34 @@
{
"parent": "minecraft:recipes/root",
"criteria": {
"has_acacia_planks": {
"conditions": {
"items": [
{
"items": [
"minecraft:acacia_planks"
]
}
]
},
"trigger": "minecraft:inventory_changed"
},
"has_the_recipe": {
"conditions": {
"recipe": "purpur:stonecutting/wood/acacia_pressure_plate_from_acacia_planks_stonecutting"
},
"trigger": "minecraft:recipe_unlocked"
}
},
"requirements": [
[
"has_the_recipe",
"has_acacia_planks"
]
],
"rewards": {
"recipes": [
"minecraft:acacia_pressure_plate_from_acacia_planks_stonecutting"
]
}
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,34 @@
{
"parent": "minecraft:recipes/root",
"criteria": {
"has_acacia_planks": {
"conditions": {
"items": [
{
"items": [
"minecraft:acacia_planks"
]
}
]
},
"trigger": "minecraft:inventory_changed"
},
"has_the_recipe": {
"conditions": {
"recipe": "purpur:stonecutting/wood/acacia_trap_door_from_acacia_planks_stonecutting"
},
"trigger": "minecraft:recipe_unlocked"
}
},
"requirements": [
[
"has_the_recipe",
"has_acacia_planks"
]
],
"rewards": {
"recipes": [
"minecraft:acacia_trap_door_from_acacia_planks_stonecutting"
]
}
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,34 @@
{
"parent": "minecraft:recipes/root",
"criteria": {
"has_bamboo_planks": {
"conditions": {
"items": [
{
"items": [
"minecraft:bamboo_planks"
]
}
]
},
"trigger": "minecraft:inventory_changed"
},
"has_the_recipe": {
"conditions": {
"recipe": "purpur:stonecutting/wood/bamboo_door_from_bamboo_planks_stonecutting"
},
"trigger": "minecraft:recipe_unlocked"
}
},
"requirements": [
[
"has_the_recipe",
"has_bamboo_planks"
]
],
"rewards": {
"recipes": [
"minecraft:bamboo_door_from_bamboo_planks_stonecutting"
]
}
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,34 @@
{
"parent": "minecraft:recipes/root",
"criteria": {
"has_bamboo_planks": {
"conditions": {
"items": [
{
"items": [
"minecraft:bamboo_planks"
]
}
]
},
"trigger": "minecraft:inventory_changed"
},
"has_the_recipe": {
"conditions": {
"recipe": "purpur:stonecutting/wood/bamboo_pressure_plate_from_bamboo_planks_stonecutting"
},
"trigger": "minecraft:recipe_unlocked"
}
},
"requirements": [
[
"has_the_recipe",
"has_bamboo_planks"
]
],
"rewards": {
"recipes": [
"minecraft:bamboo_pressure_plate_from_bamboo_planks_stonecutting"
]
}
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,34 @@
{
"parent": "minecraft:recipes/root",
"criteria": {
"has_bamboo_planks": {
"conditions": {
"items": [
{
"items": [
"minecraft:bamboo_planks"
]
}
]
},
"trigger": "minecraft:inventory_changed"
},
"has_the_recipe": {
"conditions": {
"recipe": "purpur:stonecutting/wood/bamboo_trap_door_from_bamboo_planks_stonecutting"
},
"trigger": "minecraft:recipe_unlocked"
}
},
"requirements": [
[
"has_the_recipe",
"has_bamboo_planks"
]
],
"rewards": {
"recipes": [
"minecraft:bamboo_trap_door_from_bamboo_planks_stonecutting"
]
}
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,34 @@
{
"parent": "minecraft:recipes/root",
"criteria": {
"has_birch_planks": {
"conditions": {
"items": [
{
"items": [
"minecraft:birch_planks"
]
}
]
},
"trigger": "minecraft:inventory_changed"
},
"has_the_recipe": {
"conditions": {
"recipe": "purpur:stonecutting/wood/birch_door_from_birch_planks_stonecutting"
},
"trigger": "minecraft:recipe_unlocked"
}
},
"requirements": [
[
"has_the_recipe",
"has_birch_planks"
]
],
"rewards": {
"recipes": [
"minecraft:birch_door_from_birch_planks_stonecutting"
]
}
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,34 @@
{
"parent": "minecraft:recipes/root",
"criteria": {
"has_birch_planks": {
"conditions": {
"items": [
{
"items": [
"minecraft:birch_planks"
]
}
]
},
"trigger": "minecraft:inventory_changed"
},
"has_the_recipe": {
"conditions": {
"recipe": "purpur:stonecutting/wood/birch_pressure_plate_from_birch_planks_stonecutting"
},
"trigger": "minecraft:recipe_unlocked"
}
},
"requirements": [
[
"has_the_recipe",
"has_birch_planks"
]
],
"rewards": {
"recipes": [
"minecraft:birch_pressure_plate_from_birch_planks_stonecutting"
]
}
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,34 @@
{
"parent": "minecraft:recipes/root",
"criteria": {
"has_birch_planks": {
"conditions": {
"items": [
{
"items": [
"minecraft:birch_planks"
]
}
]
},
"trigger": "minecraft:inventory_changed"
},
"has_the_recipe": {
"conditions": {
"recipe": "purpur:stonecutting/wood/birch_trap_door_from_birch_planks_stonecutting"
},
"trigger": "minecraft:recipe_unlocked"
}
},
"requirements": [
[
"has_the_recipe",
"has_birch_planks"
]
],
"rewards": {
"recipes": [
"minecraft:birch_trap_door_from_birch_planks_stonecutting"
]
}
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,34 @@
{
"parent": "minecraft:recipes/root",
"criteria": {
"has_cherry_planks": {
"conditions": {
"items": [
{
"items": [
"minecraft:cherry_planks"
]
}
]
},
"trigger": "minecraft:inventory_changed"
},
"has_the_recipe": {
"conditions": {
"recipe": "purpur:stonecutting/wood/cherry_door_from_cherry_planks_stonecutting"
},
"trigger": "minecraft:recipe_unlocked"
}
},
"requirements": [
[
"has_the_recipe",
"has_cherry_planks"
]
],
"rewards": {
"recipes": [
"minecraft:cherry_door_from_cherry_planks_stonecutting"
]
}
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,34 @@
{
"parent": "minecraft:recipes/root",
"criteria": {
"has_cherry_planks": {
"conditions": {
"items": [
{
"items": [
"minecraft:cherry_planks"
]
}
]
},
"trigger": "minecraft:inventory_changed"
},
"has_the_recipe": {
"conditions": {
"recipe": "purpur:stonecutting/wood/cherry_pressure_plate_from_cherry_planks_stonecutting"
},
"trigger": "minecraft:recipe_unlocked"
}
},
"requirements": [
[
"has_the_recipe",
"has_cherry_planks"
]
],
"rewards": {
"recipes": [
"minecraft:cherry_pressure_plate_from_cherry_planks_stonecutting"
]
}
}
Loading

0 comments on commit 952f8b5

Please sign in to comment.