Skip to content

Commit

Permalink
Fix Crook Head Cast tag provider (fixes #9)
Browse files Browse the repository at this point in the history
Also remove NoTooltipsInDevMixin and add tooltip appending to my mod.
  • Loading branch information
KonSola5 committed Apr 29, 2024
1 parent 830cd26 commit 1db6139
Show file tree
Hide file tree
Showing 27 changed files with 189 additions and 202 deletions.
2 changes: 2 additions & 0 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -163,6 +163,8 @@ dependencies {
testCompileOnly 'org.projectlombok:lombok:1.18.30'
testAnnotationProcessor 'org.projectlombok:lombok:1.18.30'

// Some mods to test stuff

// Straw Dummy is written in Kotlin wrrrr
modRuntimeOnly("net.fabricmc:fabric-language-kotlin:1.10.18+kotlin.1.9.22")
// Straw Dummy, for testing damage
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,14 +7,13 @@
]
}
],
"type": "tconstruct:melting",
"ingredient": {
"tag": "c:adamantite_blocks"
},
"result": {
"type": "tconstruct:casting_basin",
"cooling_time": 171,
"fluid": {
"amount": 81000,
"fluid": "hephaestusplus:molten_adamantite"
"tag": "c:molten_adamantite"
},
"temperature": 700,
"time": 171
"result": {
"tag": "c:adamantite_blocks"
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -7,14 +7,13 @@
]
}
],
"type": "tconstruct:melting",
"ingredient": {
"tag": "c:aquarium_blocks"
},
"result": {
"type": "tconstruct:casting_basin",
"cooling_time": 171,
"fluid": {
"amount": 81000,
"fluid": "hephaestusplus:molten_aquarium"
"tag": "c:molten_aquarium"
},
"temperature": 700,
"time": 171
"result": {
"tag": "c:aquarium_blocks"
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -7,14 +7,13 @@
]
}
],
"type": "tconstruct:melting",
"ingredient": {
"tag": "c:banglum_blocks"
},
"result": {
"type": "tconstruct:casting_basin",
"cooling_time": 178,
"fluid": {
"amount": 81000,
"fluid": "hephaestusplus:molten_banglum"
"tag": "c:molten_banglum"
},
"temperature": 770,
"time": 178
"result": {
"tag": "c:banglum_blocks"
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -7,14 +7,13 @@
]
}
],
"type": "tconstruct:melting",
"ingredient": {
"tag": "c:carmot_blocks"
},
"result": {
"type": "tconstruct:casting_basin",
"cooling_time": 196,
"fluid": {
"amount": 81000,
"fluid": "hephaestusplus:molten_carmot"
"tag": "c:molten_carmot"
},
"temperature": 970,
"time": 196
"result": {
"tag": "c:carmot_blocks"
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -7,14 +7,13 @@
]
}
],
"type": "tconstruct:melting",
"ingredient": {
"tag": "c:celestium_blocks"
},
"result": {
"type": "tconstruct:casting_basin",
"cooling_time": 233,
"fluid": {
"amount": 81000,
"fluid": "hephaestusplus:molten_celestium"
"tag": "c:molten_celestium"
},
"temperature": 1400,
"time": 233
"result": {
"tag": "c:celestium_blocks"
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -7,14 +7,13 @@
]
}
],
"type": "tconstruct:melting",
"ingredient": {
"tag": "c:durasteel_blocks"
},
"result": {
"type": "tconstruct:casting_basin",
"cooling_time": 180,
"fluid": {
"amount": 81000,
"fluid": "hephaestusplus:molten_durasteel"
"tag": "c:molten_durasteel"
},
"temperature": 800,
"time": 180
"result": {
"tag": "c:durasteel_blocks"
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -7,14 +7,13 @@
]
}
],
"type": "tconstruct:melting",
"ingredient": {
"tag": "c:elementium_blocks"
},
"result": {
"type": "tconstruct:casting_basin",
"cooling_time": 199,
"fluid": {
"amount": 81000,
"fluid": "hephaestusplus:molten_elementium"
"tag": "c:molten_elementium"
},
"temperature": 1000,
"time": 199
"result": {
"tag": "c:elementium_blocks"
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -7,14 +7,13 @@
]
}
],
"type": "tconstruct:melting",
"ingredient": {
"tag": "c:hallowed_blocks"
},
"result": {
"type": "tconstruct:casting_basin",
"cooling_time": 216,
"fluid": {
"amount": 81000,
"fluid": "hephaestusplus:molten_hallowed"
"tag": "c:molten_hallowed"
},
"temperature": 1200,
"time": 216
"result": {
"tag": "c:hallowed_blocks"
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -7,14 +7,13 @@
]
}
],
"type": "tconstruct:melting",
"ingredient": {
"tag": "c:kyber_blocks"
},
"result": {
"type": "tconstruct:casting_basin",
"cooling_time": 177,
"fluid": {
"amount": 81000,
"fluid": "hephaestusplus:molten_kyber"
"tag": "c:molten_kyber"
},
"temperature": 760,
"time": 177
"result": {
"tag": "c:kyber_blocks"
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -7,14 +7,13 @@
]
}
],
"type": "tconstruct:melting",
"ingredient": {
"tag": "c:manasteel_blocks"
},
"result": {
"type": "tconstruct:casting_basin",
"cooling_time": 171,
"fluid": {
"amount": 81000,
"fluid": "hephaestusplus:molten_manasteel"
"tag": "c:molten_manasteel"
},
"temperature": 700,
"time": 171
"result": {
"tag": "c:manasteel_blocks"
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -7,14 +7,13 @@
]
}
],
"type": "tconstruct:melting",
"ingredient": {
"tag": "c:manganese_blocks"
},
"result": {
"type": "tconstruct:casting_basin",
"cooling_time": 150,
"fluid": {
"amount": 81000,
"fluid": "hephaestusplus:molten_manganese"
"tag": "c:molten_manganese"
},
"temperature": 500,
"time": 150
"result": {
"tag": "c:manganese_blocks"
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -7,14 +7,13 @@
]
}
],
"type": "tconstruct:melting",
"ingredient": {
"tag": "c:metallurgium_blocks"
},
"result": {
"type": "tconstruct:casting_basin",
"cooling_time": 238,
"fluid": {
"amount": 81000,
"fluid": "hephaestusplus:molten_metallurgium"
"tag": "c:molten_metallurgium"
},
"temperature": 1470,
"time": 238
"result": {
"tag": "c:metallurgium_blocks"
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -7,14 +7,13 @@
]
}
],
"type": "tconstruct:melting",
"ingredient": {
"tag": "c:mythril_blocks"
},
"result": {
"type": "tconstruct:casting_basin",
"cooling_time": 190,
"fluid": {
"amount": 81000,
"fluid": "hephaestusplus:molten_mythril"
"tag": "c:molten_mythril"
},
"temperature": 900,
"time": 190
"result": {
"tag": "c:mythril_blocks"
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -7,14 +7,13 @@
]
}
],
"type": "tconstruct:melting",
"ingredient": {
"tag": "c:orichalcum_blocks"
},
"result": {
"type": "tconstruct:casting_basin",
"cooling_time": 176,
"fluid": {
"amount": 81000,
"fluid": "hephaestusplus:molten_orichalcum"
"tag": "c:molten_orichalcum"
},
"temperature": 750,
"time": 176
"result": {
"tag": "c:orichalcum_blocks"
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -7,14 +7,13 @@
]
}
],
"type": "tconstruct:melting",
"ingredient": {
"tag": "c:palladium_blocks"
},
"result": {
"type": "tconstruct:casting_basin",
"cooling_time": 190,
"fluid": {
"amount": 81000,
"fluid": "hephaestusplus:molten_palladium"
"tag": "c:molten_palladium"
},
"temperature": 900,
"time": 190
"result": {
"tag": "c:palladium_blocks"
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -7,14 +7,13 @@
]
}
],
"type": "tconstruct:melting",
"ingredient": {
"tag": "c:prometheum_blocks"
},
"result": {
"type": "tconstruct:casting_basin",
"cooling_time": 180,
"fluid": {
"amount": 81000,
"fluid": "hephaestusplus:molten_prometheum"
"tag": "c:molten_prometheum"
},
"temperature": 800,
"time": 180
"result": {
"tag": "c:prometheum_blocks"
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -7,14 +7,13 @@
]
}
],
"type": "tconstruct:melting",
"ingredient": {
"tag": "c:quadrillum_blocks"
},
"result": {
"type": "tconstruct:casting_basin",
"cooling_time": 155,
"fluid": {
"amount": 81000,
"fluid": "hephaestusplus:molten_quadrillum"
"tag": "c:molten_quadrillum"
},
"temperature": 550,
"time": 155
"result": {
"tag": "c:quadrillum_blocks"
}
}
Loading

0 comments on commit 1db6139

Please sign in to comment.