Add item heat to kelp and seaweed
Signed-off-by: Metriximor <metriximor@gmail.com>
This commit is contained in:
parent
f30cd26a0e
commit
5ddda569d9
1 changed files with 5 additions and 0 deletions
|
|
@ -113,6 +113,11 @@ const registerTFCHeats = (event) => {
|
|||
|
||||
// Ведро из красной
|
||||
event.itemHeat('tfc:metal/bucket/red_steel', 1.429, 924, 1232)
|
||||
|
||||
// Seaweed and Kelp
|
||||
event.itemHeat('tfc:groundcover/seaweed', 1.0, null, null)
|
||||
event.itemHeat('tfc:plant/leafy_kelp', 1.0, null, null)
|
||||
event.itemHeat('tfc:plant/winged_kelp', 1.0, null, null)
|
||||
}
|
||||
|
||||
const registerTFCFuels = (event) => {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue