automatic update
|
@ -1,5 +1,8 @@
|
||||||
------Mushrooms------
|
------Mushrooms------
|
||||||
— riesenpilz_stem.png (edited with gimp) from gamiano.de
|
— riesenpilz_stem.png (edited with gimp) from gamiano.de
|
||||||
|
— glowshroom and lavashroom from bas080's plants mod (WTFPL)
|
||||||
|
— parasol mushroom from a mod called mushrooms (WTFPL)
|
||||||
|
— "45" mushrooms from r01922090's mush45 mod (WTFPL)
|
||||||
|
|
||||||
TODO:
|
TODO:
|
||||||
— add giant nethershroom
|
— add giant nethershroom
|
||||||
|
|
21
init.lua
|
@ -430,12 +430,27 @@ local BOX = {
|
||||||
{ 2/16, -1/16, -2/16, 4/16, 1/16, 2/16}
|
{ 2/16, -1/16, -2/16, 4/16, 1/16, 2/16}
|
||||||
},
|
},
|
||||||
PARASOL = {
|
PARASOL = {
|
||||||
{-1/16, -8/16, -1/16, 1/16, 0, 1/16},
|
{-1/16, -8/16, -1/16, 1/16, 0, 1/16},
|
||||||
{-2/16, -6/16, -2/16, 2/16, -5/16, 2/16},
|
{-2/16, -6/16, -2/16, 2/16, -5/16, 2/16},
|
||||||
{-5/16, -4/16, -5/16, 5/16, -3/16, 5/16},
|
{-5/16, -4/16, -5/16, 5/16, -3/16, 5/16},
|
||||||
{-4/16, -3/16, -4/16, 4/16, -2/16, 4/16},
|
{-4/16, -3/16, -4/16, 4/16, -2/16, 4/16},
|
||||||
{-3/16, -2/16, -3/16, 3/16, -1/16, 3/16}
|
{-3/16, -2/16, -3/16, 3/16, -1/16, 3/16}
|
||||||
}
|
},
|
||||||
|
RED45 = {
|
||||||
|
{-1/16, -0.5, -1/16, 1/16, 1/8, 1/16},
|
||||||
|
{-3/16, 1/8, -3/16, 3/16, 1/4, 3/16},
|
||||||
|
{-5/16, -1/4, -5/16, -1/16, 1/8, -1/16},
|
||||||
|
{1/16, -1/4, -5/16, 5/16, 1/8, -1/16},
|
||||||
|
{-5/16, -1/4, 1/16, -1/16, 1/8, 5/16},
|
||||||
|
{1/16, -1/4, 1/16, 5/16, 1/8, 5/16}
|
||||||
|
},
|
||||||
|
BROWN45 = {
|
||||||
|
{-1/16, -0.5, -1/16, 1/16, 1/16, 1/16},
|
||||||
|
{-3/8, 1/8, -7/16, 3/8, 1/4, 7/16},
|
||||||
|
{-7/16, 1/8, -3/8, 7/16, 1/4, 3/8},
|
||||||
|
{-3/8, 1/4, -3/8, 3/8, 5/16, 3/8},
|
||||||
|
{-3/8, 1/16, -3/8, 3/8, 1/8, 3/8}
|
||||||
|
},
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
@ -447,6 +462,8 @@ local mushrooms_list = {
|
||||||
{"glowshroom", "Glowshroom", BOX.GLOWSHROOM},
|
{"glowshroom", "Glowshroom", BOX.GLOWSHROOM},
|
||||||
{"nether_shroom", "Nether Mushroom", BOX.NETHER_SHROOM, 6},
|
{"nether_shroom", "Nether Mushroom", BOX.NETHER_SHROOM, 6},
|
||||||
{"parasol", "Parasol Mushroom", BOX.PARASOL},
|
{"parasol", "Parasol Mushroom", BOX.PARASOL},
|
||||||
|
{"red45", "45 Brown Mushroom", BOX.RED45},
|
||||||
|
{"brown45", "45 Red Mushroom", BOX.BROWN45},
|
||||||
}
|
}
|
||||||
|
|
||||||
for _,i in ipairs(mushrooms_list) do
|
for _,i in ipairs(mushrooms_list) do
|
||||||
|
|
BIN
rest/mush45_b.png
Normal file
After Width: | Height: | Size: 211 B |
BIN
rest/mush45_b0.png
Normal file
After Width: | Height: | Size: 234 B |
BIN
rest/mush45_b1.png
Normal file
After Width: | Height: | Size: 210 B |
BIN
rest/mush45_b2.png
Normal file
After Width: | Height: | Size: 257 B |
BIN
rest/mush45_bm.png
Normal file
After Width: | Height: | Size: 211 B |
BIN
rest/mush45_bm2.png
Normal file
After Width: | Height: | Size: 211 B |
BIN
rest/mush45_bm3.png
Normal file
After Width: | Height: | Size: 211 B |
BIN
rest/mush45_bm4.png
Normal file
After Width: | Height: | Size: 211 B |
BIN
rest/mush45_meal.png
Normal file
After Width: | Height: | Size: 232 B |
BIN
rest/mush45_r.png
Normal file
After Width: | Height: | Size: 233 B |
BIN
rest/mush45_r0.png
Normal file
After Width: | Height: | Size: 234 B |
BIN
rest/mush45_r1.png
Normal file
After Width: | Height: | Size: 208 B |
BIN
rest/mush45_r2.png
Normal file
After Width: | Height: | Size: 248 B |
BIN
rest/mush45_rm.png
Normal file
After Width: | Height: | Size: 234 B |
BIN
rest/mush45_rm2.png
Normal file
After Width: | Height: | Size: 239 B |
BIN
rest/mush45_rm3.png
Normal file
After Width: | Height: | Size: 234 B |
BIN
rest/mush45_rm4.png
Normal file
After Width: | Height: | Size: 238 B |
BIN
textures/riesenpilz_brown45_bottom.png
Normal file
After Width: | Height: | Size: 211 B |
BIN
textures/riesenpilz_brown45_side.png
Normal file
After Width: | Height: | Size: 211 B |
BIN
textures/riesenpilz_brown45_top.png
Normal file
After Width: | Height: | Size: 211 B |
BIN
textures/riesenpilz_red45_bottom.png
Normal file
After Width: | Height: | Size: 140 B |
BIN
textures/riesenpilz_red45_side.png
Normal file
After Width: | Height: | Size: 233 B |
BIN
textures/riesenpilz_red45_top.png
Normal file
After Width: | Height: | Size: 115 B |