forked from mtcontrib/riesenpilz
Compare commits
3 Commits
2506909694
...
a8b8e59ca7
Author | SHA1 | Date | |
---|---|---|---|
a8b8e59ca7 | |||
d4b5e9223c | |||
6879308ea3 |
13
LICENSE.txt
13
LICENSE.txt
@ -1,6 +1,9 @@
|
|||||||
------Mushrooms------
|
Sounds and textures
|
||||||
— glowshroom and lavashroom from bas080's plants mod (WTFPL)
|
CC by 3.0
|
||||||
— parasol mushroom from a mod called mushrooms (WTFPL)
|
Code
|
||||||
— "45" mushrooms from r01922090's mush45 mod (WTFPL)
|
MIT
|
||||||
|
|
||||||
rest also WTFPL
|
Some source information:
|
||||||
|
— glowshroom and lavashroom from bas080's plants mod (originally WTFPL)
|
||||||
|
— parasol mushroom from a mod called mushrooms (originally WTFPL)
|
||||||
|
— "45" mushrooms from r01922090's mush45 mod (originally WTFPL)
|
||||||
|
18
README.md
18
README.md
@ -12,10 +12,14 @@ If you got ideas or found bugs, please tell them to me.
|
|||||||
|
|
||||||
|
|
||||||
TODO:
|
TODO:
|
||||||
* add more giant mushrooms
|
* Mapgen: Do not use a fixed table of tree nodes; instead use a more flexible
|
||||||
* finish supporting the mushrooms mod
|
way to remove trees.
|
||||||
* add lava suit
|
* Add a settingtypes.txt
|
||||||
* use visual_scale → crop textures and change nodeboxes (maybe automatically)
|
* Make the growingtool craftable
|
||||||
* make the growingtool craftable
|
* Test if visual_scale is useful for the small mushroom nodes,
|
||||||
* mapgen: do not use fixed tree stuff
|
e.g. to make textures smaller or to use power-of-two sized textures.
|
||||||
* add settingtypes.txt
|
Nodeboxes would need to be changed accordingly (maybe automatically).
|
||||||
|
* Add new features:
|
||||||
|
* Add more giant mushrooms
|
||||||
|
* Add more content from the mushrooms mod
|
||||||
|
* Add a lava suit
|
||||||
|
Reference in New Issue
Block a user