forked from VoxeLibre/VoxeLibre
fix readme - I don't want my e-mail plastered on the internet...
This commit is contained in:
parent
69d93d362d
commit
5db4adb58f
|
@ -201,11 +201,8 @@ There are so many people to list (sorry). Check out the respective mod directori
|
|||
* [Rootyjr](https://github.com/Rootyjr): Fishing rod and bugfixes
|
||||
* [aligator](https://github.com/aligator): Improvement of doors
|
||||
* [ryvnf](https://github.com/ryvnf): Explosion mechanics
|
||||
<<<<<<< HEAD
|
||||
* MysticTempest: Bugfixes
|
||||
=======
|
||||
* bzoss <brandonzoss@gmail.com>: Brewing Stand
|
||||
>>>>>>> 56a89405107fd3cd9c913a3284f8c9974aa51f62
|
||||
* bzoss <https://github.com/bzoss>: Brewing Stand
|
||||
* Lots of other people: TO BE WRITTEN (see mod directories for details)
|
||||
|
||||
#### Mod credits (summary)
|
||||
|
|
|
@ -343,11 +343,7 @@ local function trace_explode(pos, strength, raydirs, radius, drop_chance, fire,
|
|||
minetest.bulk_set_node(airs, {name="air"})
|
||||
end
|
||||
if #fires > 0 then
|
||||
<<<<<<< HEAD
|
||||
minetest.bulk_set_node(fires, {name="mcl_fire:fire"})
|
||||
=======
|
||||
minetest.bulk_set_node(fires, {name="mcl_core:fire"})
|
||||
>>>>>>> 56a89405107fd3cd9c913a3284f8c9974aa51f62
|
||||
end
|
||||
-- Update falling nodes
|
||||
for a=1, #airs do
|
||||
|
|
Loading…
Reference in New Issue