pigtail images
17
plants.lua
@ -6,6 +6,23 @@ local S, NS = dofile(MP.."/intllib.lua")
|
|||||||
-- Plants
|
-- Plants
|
||||||
|
|
||||||
|
|
||||||
|
minetest.register_node("dfcaverns:dead_fungus", {
|
||||||
|
description = S("Dead Fungus"),
|
||||||
|
drawtype = "plantlike",
|
||||||
|
tiles = {"dfcaverns_dead_fungus.png"},
|
||||||
|
inventory_image = "dfcaverns_dead_fungus.png",
|
||||||
|
paramtype = "light",
|
||||||
|
walkable = false,
|
||||||
|
buildable_to = true,
|
||||||
|
groups = {flammable=4, oddly_diggable_by_hand=1},
|
||||||
|
sounds = default.node_sound_leaves_defaults(),
|
||||||
|
selection_box = {
|
||||||
|
type = "fixed",
|
||||||
|
fixed = {-0.5, -0.5, -0.5, 0.5, 0.0, 0.5},
|
||||||
|
},
|
||||||
|
})
|
||||||
|
|
||||||
|
|
||||||
--------------------------------------------------
|
--------------------------------------------------
|
||||||
-- Cave wheat
|
-- Cave wheat
|
||||||
|
|
||||||
|
@ -144,19 +144,12 @@ minetest.register_abm{
|
|||||||
chance = 30,
|
chance = 30,
|
||||||
catch_up = false,
|
catch_up = false,
|
||||||
action = function(pos)
|
action = function(pos)
|
||||||
minetest.add_particlespawner({
|
minetest.add_particle({
|
||||||
amount = 1,
|
pos = pos,
|
||||||
time = 1,
|
velocity = {x=math.random() * 0.2 - 0.1, y=-1, z=math.random() * 0.2 - 0.1},
|
||||||
minpos = pos,
|
acceleration = {x=0, y=0, z=0},
|
||||||
maxpos = pos,
|
expirationtime = 3,
|
||||||
minvel = {x=-0.1, y=-1, z=-0.1},
|
size = 10,
|
||||||
maxvel = {x=0.1, y=-1, z=0.1},
|
|
||||||
minacc = {x=0, y=0, z=0},
|
|
||||||
maxacc = {x=0, y=0, z=0},
|
|
||||||
minexptime = 3,
|
|
||||||
maxexptime = 3,
|
|
||||||
minsize = 10,
|
|
||||||
maxsize = 10,
|
|
||||||
collisiondetection = false,
|
collisiondetection = false,
|
||||||
vertical = false,
|
vertical = false,
|
||||||
texture = "farming_wheat_seed.png",
|
texture = "farming_wheat_seed.png",
|
||||||
|
BIN
textures/dfcaverns_dead_fungus.png
Normal file
After Width: | Height: | Size: 812 B |
BIN
textures/dfcaverns_pigtail_seed.png
Normal file
After Width: | Height: | Size: 349 B |
Before Width: | Height: | Size: 166 B After Width: | Height: | Size: 166 B |
BIN
textures/dfcaverns_pigtails_1.png
Normal file
After Width: | Height: | Size: 980 B |
BIN
textures/dfcaverns_pigtails_2.png
Normal file
After Width: | Height: | Size: 997 B |
BIN
textures/dfcaverns_pigtails_3.png
Normal file
After Width: | Height: | Size: 1002 B |
BIN
textures/dfcaverns_pigtails_4.png
Normal file
After Width: | Height: | Size: 1.0 KiB |
BIN
textures/dfcaverns_pigtails_5.png
Normal file
After Width: | Height: | Size: 1.0 KiB |
BIN
textures/dfcaverns_pigtails_6.png
Normal file
After Width: | Height: | Size: 1.0 KiB |
BIN
textures/dfcaverns_pigtails_7.png
Normal file
After Width: | Height: | Size: 1.1 KiB |
BIN
textures/dfcaverns_pigtails_8.png
Normal file
After Width: | Height: | Size: 1.1 KiB |
Before Width: | Height: | Size: 110 B |
Before Width: | Height: | Size: 120 B |
Before Width: | Height: | Size: 144 B |
Before Width: | Height: | Size: 150 B |
Before Width: | Height: | Size: 159 B |
Before Width: | Height: | Size: 164 B |
Before Width: | Height: | Size: 170 B |
Before Width: | Height: | Size: 196 B |
Before Width: | Height: | Size: 150 B |