Merge pull request #745 from CaptainGold1/glowstone_lamp_fuel
Add glowstone as infinite lamp fuel
This commit is contained in:
commit
93ee99349a
1 changed files with 1 additions and 0 deletions
|
|
@ -135,6 +135,7 @@ const registerTFCFuels = (event) => {
|
|||
|
||||
const registerTFCLampFuels = (event) => {
|
||||
event.lampFuel('gtceu:creosote', '#tfc:lamps', 1000)
|
||||
event.lampFuel("gtceu:glowstone", "#tfc:lamps", -1)
|
||||
}
|
||||
|
||||
const registerTFCFertilizers = (event) => {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue