add optional dependencies, update notes
This commit is contained in:
parent
b055abd90d
commit
7fc0c15025
@ -1,6 +1,8 @@
|
|||||||
default
|
default
|
||||||
mobs
|
mobs
|
||||||
farming?
|
|
||||||
3d_armor?
|
|
||||||
fire
|
fire
|
||||||
tnt
|
tnt
|
||||||
|
nssb?
|
||||||
|
farming?
|
||||||
|
3d_armor?
|
||||||
|
shields?
|
||||||
|
3
todo.txt
3
todo.txt
@ -2,7 +2,6 @@ Mobs bugs + changes
|
|||||||
|
|
||||||
* Check why ice snake and snow biter are not placing ice
|
* Check why ice snake and snow biter are not placing ice
|
||||||
* Check why lava titan is not placing lava
|
* Check why lava titan is not placing lava
|
||||||
* Queen ant calls line_of_sight_water which no longer exists in mobs_redo
|
|
||||||
|
|
||||||
Server-oriented changes
|
Server-oriented changes
|
||||||
|
|
||||||
@ -15,6 +14,7 @@ API refactoring
|
|||||||
|
|
||||||
* Check difference between putting_ability and midas_ability
|
* Check difference between putting_ability and midas_ability
|
||||||
* Rework the virulence/cryosave/affectbones safeguards
|
* Rework the virulence/cryosave/affectbones safeguards
|
||||||
|
* These were all different measures to solve the same problem - mobs that place/transform blocks destroying bones...
|
||||||
* Split materials.lua into nodes, items, abms
|
* Split materials.lua into nodes, items, abms
|
||||||
* in-progress
|
* in-progress
|
||||||
* did some further splitting to improve maintainability
|
* did some further splitting to improve maintainability
|
||||||
@ -25,3 +25,4 @@ Cleanup + misc enhancements
|
|||||||
* Check if mobs are ever registered as items
|
* Check if mobs are ever registered as items
|
||||||
* Perhaps remove `_egg` designations altogether
|
* Perhaps remove `_egg` designations altogether
|
||||||
* Perhaps remove duck egg building recipes
|
* Perhaps remove duck egg building recipes
|
||||||
|
* Revisit custom weapons and put them in a `weapons/` dir, including spears, special swords etc
|
||||||
|
Loading…
x
Reference in New Issue
Block a user