generated from Fabricators-of-Create/create-fabric-addon-template
-
Notifications
You must be signed in to change notification settings - Fork 2
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
4 changed files
with
53 additions
and
9 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
2 changes: 1 addition & 1 deletion
2
src/generated/resources/.cache/89111a76195d73c279f4f0f24afedf84338f085b
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 |
---|---|---|
@@ -1,2 +1,2 @@ | ||
// 1.20.1 2023-09-23T10:38:27.483528 Create: Sandpaper Overhaul/Create Sandpaper Overhaul's Damage Type Data | ||
// 1.20.1 2023-09-23T14:15:36.864709 Create: Sandpaper Overhaul/Create Sandpaper Overhaul's Damage Type Data | ||
132c7d6042e5e957f5eebe5fdbbb2dcd39c07ff7 data/create_so/damage_type/sandpaper.json |
29 changes: 29 additions & 0 deletions
29
src/generated/resources/data/create_so/recipes/polishing_wheel.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,29 @@ | ||
{ | ||
"type": "create:mechanical_crafting", | ||
"acceptMirrored": false, | ||
"key": { | ||
"A": { | ||
"item": "create:sturdy_sheet" | ||
}, | ||
"D": { | ||
"item": "create:brass_ingot" | ||
}, | ||
"P": { | ||
"item": "minecraft:obsidian" | ||
}, | ||
"S": { | ||
"item": "create:brass_block" | ||
} | ||
}, | ||
"pattern": [ | ||
" AAA ", | ||
"ADPDA", | ||
"APSPA", | ||
"ADPDA", | ||
" AAA " | ||
], | ||
"result": { | ||
"count": 2, | ||
"item": "create_so:polishing_wheel" | ||
} | ||
} |
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