diff options
author | TenPlus1 <kinsellaja@yahoo.com> | 2016-08-19 17:22:09 +0100 |
---|---|---|
committer | TenPlus1 <kinsellaja@yahoo.com> | 2016-08-19 17:22:09 +0100 |
commit | 4643128bea08a977c32e10bfc8260d1a91e2451e (patch) | |
tree | 61cd54d3d1828cc7f18f47ff1338ae5314b2583d /init.lua | |
parent | d98b48e2e102f59be92967ba4a6533923a29cb0e (diff) |
Added default abm overrides
Diffstat (limited to 'init.lua')
-rw-r--r-- | init.lua | 4 |
1 files changed, 1 insertions, 3 deletions
@@ -1,6 +1,6 @@ --[[
- Minetest Ethereal Mod (5th June 2016)
+ Minetest Ethereal Mod (9th August 2016)
Created by ChinChow
@@ -53,8 +53,6 @@ dofile(path .. "/plantlife.lua") dofile(path .. "/mushroom.lua")
dofile(path .. "/onion.lua")
dofile(path .. "/crystal.lua")
-dofile(path .. "/papyrus.lua")
-dofile(path .. "/flowers.lua")
dofile(path .. "/water.lua")
dofile(path .. "/dirt.lua")
dofile(path .. "/leaves.lua")
|