Skip to content
Snippets Groups Projects
Commit 41c71c68 authored by dg's avatar dg
Browse files

Fixed Zigur cultivation fields

git-svn-id: http://svn.net-core.org/repos/t-engine4@3928 51575b47-30f0-44d4-a5cc-537603b46e54
parent 2a16c779
No related branches found
No related tags found
No related merge requests found
......@@ -44,8 +44,10 @@ newEntity{ define_as = "LAVA",
newEntity{ base = "GRASS", define_as = "FIELDS",
name="cultivated fields",
display=';', image="terrain/cultivation.png"
display=';', image="terrain/cultivation.png",
nice_tiler = { method="replace", base={"FIELDS", 100, 1, 4}},
}
for i = 1, 4 do newEntity{ base = "FIELDS", define_as = "FIELDS"..i, image="terrain/grass.png", add_mos={{image="terrain/cultivation0"..i..".png"}} } end
newEntity{ base = "FLOOR", define_as = "COBBLESTONE",
name="cobblestone road",
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment