Merge pull request #745 from CaptainGold1/glowstone_lamp_fuel

Add glowstone as infinite lamp fuel
This commit is contained in:
Dmitry 2025-01-25 23:54:59 +07:00 committed by GitHub
commit 93ee99349a
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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) => {