File tree Expand file tree Collapse file tree
src/main/resources/data/perfectprocessing/recipe/shaped Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -34,7 +34,7 @@ mod_name=Create: Perfect Processing
3434# The license of the mod. Review your options at https://choosealicense.com/. All Rights Reserved is the default.
3535mod_license =MIT
3636# The mod version. See https://semver.org/
37- mod_version =1.6.0
37+ mod_version =1.6.1
3838# The group ID for the mod. It is only important when publishing as an artifact to a Maven repository.
3939# This should match the base package used for the mod sources.
4040# See https://maven.apache.org/guides/mini/guide-naming-conventions.html
Original file line number Diff line number Diff line change 1+ {
2+ "neoforge:conditions" : [
3+ {
4+ "type" : " zeta:flag" ,
5+ "flag" : " variant_chests"
6+ }
7+ ],
8+ "type" : " minecraft:crafting_shaped" ,
9+ "category" : " misc" ,
10+ "key" : {
11+ "#" : {
12+ "item" : " minecraft:pale_oak_planks"
13+ }
14+ },
15+ "pattern" : [
16+ " ###" ,
17+ " # #" ,
18+ " ###"
19+ ],
20+ "result" : {
21+ "count" : 1 ,
22+ "id" : " minecraft:chest"
23+ }
24+ }
Original file line number Diff line number Diff line change 1+ {
2+ "neoforge:conditions" : [
3+ {
4+ "type" : " zeta:flag" ,
5+ "flag" : " variant_chests"
6+ }
7+ ],
8+ "type" : " minecraft:crafting_shaped" ,
9+ "category" : " misc" ,
10+ "key" : {
11+ "#" : {
12+ "item" : " minecraft:pale_oak_log"
13+ }
14+ },
15+ "pattern" : [
16+ " ###" ,
17+ " # #" ,
18+ " ###"
19+ ],
20+ "result" : {
21+ "count" : 4 ,
22+ "id" : " minecraft:chest"
23+ }
24+ }
You can’t perform that action at this time.
0 commit comments