File tree Expand file tree Collapse file tree 5 files changed +85
-13
lines changed
kubejs/server_scripts/mods/draconic_evolution Expand file tree Collapse file tree 5 files changed +85
-13
lines changed Original file line number Diff line number Diff line change @@ -12,19 +12,37 @@ ServerEvents.recipes((allthemods) => {
1212 {
1313 consume : true ,
1414 ingredient : {
15- tag : "c:ingots /allthemodium"
15+ tag : "c:storage_blocks /allthemodium"
1616 }
1717 } ,
1818 {
1919 consume : true ,
2020 ingredient : {
21- tag : "c:ingots /vibranium"
21+ tag : "c:storage_blocks /vibranium"
2222 }
2323 } ,
2424 {
2525 consume : true ,
2626 ingredient : {
27- tag : "c:ingots/unobtainium"
27+ tag : "c:storage_blocks/unobtainium"
28+ }
29+ } ,
30+ {
31+ consume : true ,
32+ ingredient : {
33+ item : "allthemodium:allthemodium_upgrade_smithing_template"
34+ }
35+ } ,
36+ {
37+ consume : true ,
38+ ingredient : {
39+ item : "allthemodium:vibranium_upgrade_smithing_template"
40+ }
41+ } ,
42+ {
43+ consume : true ,
44+ ingredient : {
45+ item : "allthemodium:unobtainium_upgrade_smithing_template"
2846 }
2947 }
3048 ] ,
Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ ServerEvents.recipes((allthemods) => {
66 . custom ( {
77 type : "draconicevolution:fusion_crafting" ,
88 catalyst : {
9- item : "justdirethings:eclipsealloy_paxel "
9+ item : "justdirethings:celestigem_paxel "
1010 } ,
1111 ingredients : [
1212 {
Original file line number Diff line number Diff line change @@ -12,19 +12,37 @@ ServerEvents.recipes((allthemods) => {
1212 {
1313 consume : true ,
1414 ingredient : {
15- tag : "c:ingots /allthemodium"
15+ tag : "c:storage_blocks /allthemodium"
1616 }
1717 } ,
1818 {
1919 consume : true ,
2020 ingredient : {
21- tag : "c:ingots /vibranium"
21+ tag : "c:storage_blocks /vibranium"
2222 }
2323 } ,
2424 {
2525 consume : true ,
2626 ingredient : {
27- tag : "c:ingots/unobtainium"
27+ tag : "c:storage_blocks/unobtainium"
28+ }
29+ } ,
30+ {
31+ consume : true ,
32+ ingredient : {
33+ item : "allthemodium:allthemodium_upgrade_smithing_template"
34+ }
35+ } ,
36+ {
37+ consume : true ,
38+ ingredient : {
39+ item : "allthemodium:vibranium_upgrade_smithing_template"
40+ }
41+ } ,
42+ {
43+ consume : true ,
44+ ingredient : {
45+ item : "allthemodium:unobtainium_upgrade_smithing_template"
2846 }
2947 }
3048 ] ,
Original file line number Diff line number Diff line change @@ -12,19 +12,37 @@ ServerEvents.recipes((allthemods) => {
1212 {
1313 consume : true ,
1414 ingredient : {
15- tag : "c:ingots /allthemodium"
15+ tag : "c:storage_blocks /allthemodium"
1616 }
1717 } ,
1818 {
1919 consume : true ,
2020 ingredient : {
21- tag : "c:ingots /vibranium"
21+ tag : "c:storage_blocks /vibranium"
2222 }
2323 } ,
2424 {
2525 consume : true ,
2626 ingredient : {
27- tag : "c:ingots/unobtainium"
27+ tag : "c:storage_blocks/unobtainium"
28+ }
29+ } ,
30+ {
31+ consume : true ,
32+ ingredient : {
33+ item : "allthemodium:allthemodium_upgrade_smithing_template"
34+ }
35+ } ,
36+ {
37+ consume : true ,
38+ ingredient : {
39+ item : "allthemodium:vibranium_upgrade_smithing_template"
40+ }
41+ } ,
42+ {
43+ consume : true ,
44+ ingredient : {
45+ item : "allthemodium:unobtainium_upgrade_smithing_template"
2846 }
2947 }
3048 ] ,
Original file line number Diff line number Diff line change @@ -12,19 +12,37 @@ ServerEvents.recipes((allthemods) => {
1212 {
1313 consume : true ,
1414 ingredient : {
15- tag : "c:ingots /allthemodium"
15+ tag : "c:storage_blocks /allthemodium"
1616 }
1717 } ,
1818 {
1919 consume : true ,
2020 ingredient : {
21- tag : "c:ingots /vibranium"
21+ tag : "c:storage_blocks /vibranium"
2222 }
2323 } ,
2424 {
2525 consume : true ,
2626 ingredient : {
27- tag : "c:ingots/unobtainium"
27+ tag : "c:storage_blocks/unobtainium"
28+ }
29+ } ,
30+ {
31+ consume : true ,
32+ ingredient : {
33+ item : "allthemodium:allthemodium_upgrade_smithing_template"
34+ }
35+ } ,
36+ {
37+ consume : true ,
38+ ingredient : {
39+ item : "allthemodium:vibranium_upgrade_smithing_template"
40+ }
41+ } ,
42+ {
43+ consume : true ,
44+ ingredient : {
45+ item : "allthemodium:unobtainium_upgrade_smithing_template"
2846 }
2947 }
3048 ] ,
You can’t perform that action at this time.
0 commit comments