Fire spreading in air #1589
Labels
No Label
#P1 CRITICAL
#P2: HIGH
#P3: elevated
#P4 priority: medium
#P6: low
#Review
annoying
API
bug
code quality
combat
commands
compatibility
configurability
contribution inside
controls
core feature
creative mode
delayed for engine release
documentation
duplicate
enhancement
environment
feature request
gameplay
graphics
ground content conflict
GUI/HUD
help wanted
incomplete feature
invalid / won't fix
items
looking for contributor
mapgen
meta
mineclone2+
Minecraft >= 1.13
Minecraft >= 1.17
missing feature
mobile
mobs
mod support
model needed
multiplayer
Needs adoption
needs discussion
needs engine change
needs more information
needs research
nodes
non-mob entities
performance
player
possible close
redstone
release notes
schematics
Skyblock
sounds
Testing / Retest
tools
translation
unconfirmed
mcl5
mcla
Media missing
No Milestone
No project
No Assignees
5 Participants
Notifications
Due Date
No due date set.
Dependencies
No dependencies set.
Reference: VoxeLibre/VoxeLibre#1589
Loading…
Reference in New Issue
No description provided.
Delete Branch "%!s(<nil>)"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Fire is seen to be spreading on air blocks. Fire in minecraft extinguish when theres no flammable block nearby but this didn't happen in mineclone2. There are problems with timings(of extinguishing) too i guess.
Fire has problemsto Fire spreading in airI think I found out what is causing the mid-air fire. The problem is in mods/ITEMS/mcl_fire/init.lua
The function responsible for the spreading of fire is the on_time function of the "mcl_fire:fire" node in line 127.
In line 168 there is a snippet that actively places fire in the air. Since this is commented it seems to be a feature not a bug ;)
It's not a MC feature.
Feel free to make a PR that removes this.
Bump, needs to be tested again. I cant find any code that actively places fire midair.
This has been fixed a long time ago, I've seen a few fires recently in the game, and it only spread if there was something flammable near the fire.