Fire spreading in air #1589

Closed
opened 2021-04-21 17:11:53 +02:00 by vicrobot · 4 comments

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 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.
LizzyFleckenstein03 changed title from Fire has problems to Fire spreading in air 2021-04-21 17:29:00 +02:00
LizzyFleckenstein03 added the
bug
nodes
labels 2021-04-21 17:29:41 +02:00
Contributor

I 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 ;)

I 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.

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.

Bump, needs to be tested again. I cant find any code that actively places fire midair.
Contributor

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.

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.
Sign in to join this conversation.
No Milestone
No project
No Assignees
5 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: VoxeLibre/VoxeLibre#1589
No description provided.