game-antum/TODO.txt

24 lines
1.1 KiB
Plaintext
Raw Normal View History

2021-05-07 19:20:55 -07:00
TODO:
2021-05-08 21:55:56 -07:00
- general:
- replace deprecated methods in mods: 'getpos', 'setyaw', etc.
2021-05-07 19:20:55 -07:00
- waffles:
- waffles:toaster not working as intended
- tries to replace deprecated node name "homedecor:toaster"
- homedecor_bedroom:
- can't sleep in beds
- to make work with 'walking_light':
- ethereal:candle
- moreblocks:glow_glass
- moreblocks:super_glow_glass
2021-05-22 23:59:55 -07:00
- fix kitten mod (spawning from inventory broken when captures with lasso)
2021-05-23 08:28:33 -07:00
- re-add mobs:bee (mobs_animal:bee)
2021-05-23 14:39:15 -07:00
- disable griefing by sneeker
2021-05-23 08:28:33 -07:00
Warnings:
- Undeclared global variable "moretrees" accessed at ...s\antum\mods\modpacks\technic\technic/tools/tree_tap.lua:70
- Call to deprecated function 'getpos', please use 'get_pos' at ...inetest\bin\..\games\antum\mods\misc\enchanting\init.lua:233
- Deprecated usage of get_node_group, use get_item_group instead (at ...\Minetest\bin\..\games\antum\mods\world\nether/nodes.lua:330)
- core.env:[...] is deprecated and should be replaced with core.[...] (at ...\..\games\antum\mods\materials\gems_encrustable\init.lua:243)
- Call to deprecated function 'get3d', please use 'get_3d' at ...\antum\mods\modpacks\technic\technic_worldgen/oregen.lua:170