pigtail images
17
plants.lua
@ -6,6 +6,23 @@ local S, NS = dofile(MP.."/intllib.lua")
|
||||
-- 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
|
||||
|
||||
|
@ -144,19 +144,12 @@ minetest.register_abm{
|
||||
chance = 30,
|
||||
catch_up = false,
|
||||
action = function(pos)
|
||||
minetest.add_particlespawner({
|
||||
amount = 1,
|
||||
time = 1,
|
||||
minpos = pos,
|
||||
maxpos = pos,
|
||||
minvel = {x=-0.1, y=-1, z=-0.1},
|
||||
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,
|
||||
minetest.add_particle({
|
||||
pos = pos,
|
||||
velocity = {x=math.random() * 0.2 - 0.1, y=-1, z=math.random() * 0.2 - 0.1},
|
||||
acceleration = {x=0, y=0, z=0},
|
||||
expirationtime = 3,
|
||||
size = 10,
|
||||
collisiondetection = false,
|
||||
vertical = false,
|
||||
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 |