-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
24 changed files
with
298 additions
and
73 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -16,4 +16,5 @@ classes/ | |
.metadata | ||
.vscode | ||
.settings | ||
*.launch | ||
*.launch | ||
common/src/main/resources/data-old/ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
9 changes: 9 additions & 0 deletions
9
common/src/generated/resources/.cache/6a0f5e15c385463c018bca1039790989fecb37f3
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
// 1.21 2024-07-19T22:01:11.0724781 Player Plates/Recipes | ||
baf165ff80186858a57e3b52b61d506ebd5ccc33 data\playerplates\recipe\mossy_plate.json | ||
d0d85638d0c9b157d9ea306fe075ca70df31c657 data\playerplates\recipe\obsidian_plate.json | ||
3b84335c98350eecee33f9a6ef8dabdbfb87bfd5 data\playerplates\advancement\recipes\redstone\invisible_obsidian_plate.json | ||
b6af46165b7a0b913b33a650dceaabcefa5aedcf data\playerplates\recipe\invisible_mossy_plate.json | ||
9f484b9a5716e4ab027862b21a801f2f3ef2bd6c data\playerplates\recipe\invisible_obsidian_plate.json | ||
9b61191d38b0b17e674d6e4525d016454bb4308c data\playerplates\advancement\recipes\redstone\invisible_mossy_plate.json | ||
d1a5b52d2b7430d4d672267433c2ffc9a97689b1 data\playerplates\advancement\recipes\redstone\obsidian_plate.json | ||
f420201bf436da372edaec15a9f10acdd7af72d8 data\playerplates\advancement\recipes\redstone\mossy_plate.json |
32 changes: 32 additions & 0 deletions
32
...rated/resources/data/playerplates/advancement/recipes/redstone/invisible_mossy_plate.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,32 @@ | ||
{ | ||
"parent": "minecraft:recipes/root", | ||
"criteria": { | ||
"has_mossycobble": { | ||
"conditions": { | ||
"items": [ | ||
{ | ||
"items": "minecraft:mossy_cobblestone" | ||
} | ||
] | ||
}, | ||
"trigger": "minecraft:inventory_changed" | ||
}, | ||
"has_the_recipe": { | ||
"conditions": { | ||
"recipe": "playerplates:invisible_mossy_plate" | ||
}, | ||
"trigger": "minecraft:recipe_unlocked" | ||
} | ||
}, | ||
"requirements": [ | ||
[ | ||
"has_the_recipe", | ||
"has_mossycobble" | ||
] | ||
], | ||
"rewards": { | ||
"recipes": [ | ||
"playerplates:invisible_mossy_plate" | ||
] | ||
} | ||
} |
32 changes: 32 additions & 0 deletions
32
...ed/resources/data/playerplates/advancement/recipes/redstone/invisible_obsidian_plate.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,32 @@ | ||
{ | ||
"parent": "minecraft:recipes/root", | ||
"criteria": { | ||
"has_obsidian": { | ||
"conditions": { | ||
"items": [ | ||
{ | ||
"items": "minecraft:obsidian" | ||
} | ||
] | ||
}, | ||
"trigger": "minecraft:inventory_changed" | ||
}, | ||
"has_the_recipe": { | ||
"conditions": { | ||
"recipe": "playerplates:invisible_obsidian_plate" | ||
}, | ||
"trigger": "minecraft:recipe_unlocked" | ||
} | ||
}, | ||
"requirements": [ | ||
[ | ||
"has_the_recipe", | ||
"has_obsidian" | ||
] | ||
], | ||
"rewards": { | ||
"recipes": [ | ||
"playerplates:invisible_obsidian_plate" | ||
] | ||
} | ||
} |
32 changes: 32 additions & 0 deletions
32
...n/src/generated/resources/data/playerplates/advancement/recipes/redstone/mossy_plate.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,32 @@ | ||
{ | ||
"parent": "minecraft:recipes/root", | ||
"criteria": { | ||
"has_mossycobble": { | ||
"conditions": { | ||
"items": [ | ||
{ | ||
"items": "minecraft:mossy_cobblestone" | ||
} | ||
] | ||
}, | ||
"trigger": "minecraft:inventory_changed" | ||
}, | ||
"has_the_recipe": { | ||
"conditions": { | ||
"recipe": "playerplates:mossy_plate" | ||
}, | ||
"trigger": "minecraft:recipe_unlocked" | ||
} | ||
}, | ||
"requirements": [ | ||
[ | ||
"has_the_recipe", | ||
"has_mossycobble" | ||
] | ||
], | ||
"rewards": { | ||
"recipes": [ | ||
"playerplates:mossy_plate" | ||
] | ||
} | ||
} |
32 changes: 32 additions & 0 deletions
32
...rc/generated/resources/data/playerplates/advancement/recipes/redstone/obsidian_plate.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,32 @@ | ||
{ | ||
"parent": "minecraft:recipes/root", | ||
"criteria": { | ||
"has_obsidian": { | ||
"conditions": { | ||
"items": [ | ||
{ | ||
"items": "minecraft:obsidian" | ||
} | ||
] | ||
}, | ||
"trigger": "minecraft:inventory_changed" | ||
}, | ||
"has_the_recipe": { | ||
"conditions": { | ||
"recipe": "playerplates:obsidian_plate" | ||
}, | ||
"trigger": "minecraft:recipe_unlocked" | ||
} | ||
}, | ||
"requirements": [ | ||
[ | ||
"has_the_recipe", | ||
"has_obsidian" | ||
] | ||
], | ||
"rewards": { | ||
"recipes": [ | ||
"playerplates:obsidian_plate" | ||
] | ||
} | ||
} |
19 changes: 19 additions & 0 deletions
19
common/src/generated/resources/data/playerplates/recipe/invisible_mossy_plate.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,19 @@ | ||
{ | ||
"type": "minecraft:crafting_shaped", | ||
"category": "redstone", | ||
"key": { | ||
"G": { | ||
"item": "minecraft:glass_pane" | ||
}, | ||
"M": { | ||
"item": "minecraft:mossy_cobblestone" | ||
} | ||
}, | ||
"pattern": [ | ||
"GM" | ||
], | ||
"result": { | ||
"count": 1, | ||
"id": "playerplates:invisible_mossy_plate" | ||
} | ||
} |
19 changes: 19 additions & 0 deletions
19
common/src/generated/resources/data/playerplates/recipe/invisible_obsidian_plate.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,19 @@ | ||
{ | ||
"type": "minecraft:crafting_shaped", | ||
"category": "redstone", | ||
"key": { | ||
"G": { | ||
"item": "minecraft:glass_pane" | ||
}, | ||
"O": { | ||
"item": "minecraft:obsidian" | ||
} | ||
}, | ||
"pattern": [ | ||
"GO" | ||
], | ||
"result": { | ||
"count": 1, | ||
"id": "playerplates:invisible_obsidian_plate" | ||
} | ||
} |
16 changes: 16 additions & 0 deletions
16
common/src/generated/resources/data/playerplates/recipe/mossy_plate.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,16 @@ | ||
{ | ||
"type": "minecraft:crafting_shaped", | ||
"category": "redstone", | ||
"key": { | ||
"M": { | ||
"item": "minecraft:mossy_cobblestone" | ||
} | ||
}, | ||
"pattern": [ | ||
"MM" | ||
], | ||
"result": { | ||
"count": 1, | ||
"id": "playerplates:mossy_plate" | ||
} | ||
} |
16 changes: 16 additions & 0 deletions
16
common/src/generated/resources/data/playerplates/recipe/obsidian_plate.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,16 @@ | ||
{ | ||
"type": "minecraft:crafting_shaped", | ||
"category": "redstone", | ||
"key": { | ||
"O": { | ||
"item": "minecraft:obsidian" | ||
} | ||
}, | ||
"pattern": [ | ||
"OO" | ||
], | ||
"result": { | ||
"count": 1, | ||
"id": "playerplates:obsidian_plate" | ||
} | ||
} |
File renamed without changes.
File renamed without changes.
File renamed without changes.
17 changes: 0 additions & 17 deletions
17
common/src/main/resources/data/playerplates/recipes/invisible_mossy_plate.json
This file was deleted.
Oops, something went wrong.
17 changes: 0 additions & 17 deletions
17
common/src/main/resources/data/playerplates/recipes/invisible_obsidian_plate.json
This file was deleted.
Oops, something went wrong.
18 changes: 0 additions & 18 deletions
18
common/src/main/resources/data/playerplates/recipes/mossy_plate.json
This file was deleted.
Oops, something went wrong.
16 changes: 0 additions & 16 deletions
16
common/src/main/resources/data/playerplates/recipes/obsidian_plate.json
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
package dev.wuffs.fabric; | ||
|
||
import net.fabricmc.fabric.api.datagen.v1.DataGeneratorEntrypoint; | ||
import net.fabricmc.fabric.api.datagen.v1.FabricDataGenerator; | ||
|
||
public class DataGens implements DataGeneratorEntrypoint { | ||
@Override | ||
public void onInitializeDataGenerator(FabricDataGenerator fabricDataGenerator) { | ||
FabricDataGenerator.Pack pack = fabricDataGenerator.createPack(); | ||
pack.addProvider(RecipeGenerator::new); | ||
|
||
} | ||
} |
Oops, something went wrong.