forked from mtcontrib/x_enchanting
3 Add support for item_drop mod
This commit is contained in:
parent
172eed1768
commit
4a0b45f472
@ -178,6 +178,7 @@ end
|
|||||||
## Optional Dependencies
|
## Optional Dependencies
|
||||||
|
|
||||||
- xdecor (adjusts conflicting recipe)
|
- xdecor (adjusts conflicting recipe)
|
||||||
|
- item_drop (make sure fortune will execute before item_drop mod overrides `handle_node_drops`)
|
||||||
|
|
||||||
## License:
|
## License:
|
||||||
|
|
||||||
|
2
mod.conf
2
mod.conf
@ -1,6 +1,6 @@
|
|||||||
name = x_enchanting
|
name = x_enchanting
|
||||||
description = Adds Enchanting Mechanics and API.
|
description = Adds Enchanting Mechanics and API.
|
||||||
depends =
|
depends =
|
||||||
optional_depends = xdecor
|
optional_depends = xdecor, item_drop
|
||||||
supported_games = minetest_game
|
supported_games = minetest_game
|
||||||
min_minetest_version = 5.4
|
min_minetest_version = 5.4
|
||||||
|
Loading…
x
Reference in New Issue
Block a user