feat(datapacks): reorganize recipes into dedicated folder
Move recipe JSON files for copper_chest, torch, and warp_stone into a new `/recipe` subdirectory for better organization and maintainability. chore(deps): update mod dependencies and fix side conflicts - Remove unused Advanced Water Bottle mod - Update LambDynamicLights and Xaero's World Map to run on both client and server sides fix(pakku): ensure consistent file formatting Remove trailing whitespace in pakku.json to adhere to standard formatting conventions.
This commit is contained in:
17
datapacks/m2621/data/waystones/recipe/warp_stone.json
Normal file
17
datapacks/m2621/data/waystones/recipe/warp_stone.json
Normal file
@ -0,0 +1,17 @@
|
||||
{
|
||||
"type": "minecraft:crafting_shaped",
|
||||
"pattern": [
|
||||
"aga",
|
||||
"gpg",
|
||||
"aga"
|
||||
],
|
||||
"key": {
|
||||
"a": "minecraft:amethyst_shard",
|
||||
"g": "minecraft:gold_ingot",
|
||||
"p": "minecraft:ender_pearl"
|
||||
},
|
||||
"result": {
|
||||
"id": "waystones:warp_stone",
|
||||
"count": 1
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user