-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathTODO.txt
63 lines (56 loc) · 2.19 KB
/
TODO.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
TODO:
easy (priority 1):
------------------
- home_gui
- fix so players don't teleport into ground
- edit <world_path>/players.sqlite database & add home_gui positions so <world_path>/home_gui.home can be deleted
- pbmarks:
- fix so players don't teleport into walls
- fix homedecor beds
easy (priority 2):
------------------
- to make work with 'walking_light':
- ethereal:candle
- moreblocks:glow_glass
- moreblocks:super_glow_glass
- trampoline:
- add setting for customizing bounce height
hard (priority 1):
------------------
- hbsprint:
- don't deplete when attached to mount entity
- replace deprecated methods in mods: 'getpos', 'setyaw', etc.
- technic_worldgen (get3d)
- gems_encrustable (core.env)
- pbmarks:
- add option to disallow setting bookmarks in areas owned/protected by other players
- cmer_shark:
- fix spawning
- fix throwing bows (not compatible with current wielded_light)
hard (priority 2):
------------------
- whinny:
- port to cmer API
- waffles:
- waffles:toaster not working as intended
- tries to replace deprecated node name "homedecor:toaster"
- sneeker:
- add sound when hit
- port to cmer API
- disable griefing
- add wear to 3d_armor when hit by explosion
- server_shop:
- add player shops
- create juicer (perhaps addon to another mod)
- requires battery (or other type of fuel), empty glass (or other vessel), & food item to create juices
- snowdrift
- spread out time to reduce weather change occurrances
- remove crafting_bench mod
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.[...]
- 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
- Undeclared global variable "item" accessed at ...test\bin\..\games\antum\mods\equipment\throwing\init.lua:85