-
Notifications
You must be signed in to change notification settings - Fork 1
/
DrZed'sPlans
88 lines (81 loc) · 3.01 KB
/
DrZed'sPlans
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
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
HxCCore {
Commands to be made sure they work when they should. Players can execute commands when they should, and server can when properly given the correct variables.
More API Stuff. Nothing in particular in mind ATM.
Flight Checks for changing world.
Reload Configs Command. /HxC ReloadConfigs [Mod]
Render Helper.
Signs can be colourable. When the text on the sign is sent to client replace & with ยง so the client will render in colour.
Mail, thaw, freeze, replaceBlocks commands. /HxC thaw [radius](default 15) removes snow/ice to water
Cleanup code, make sure everything is properly localized.
Make optional TFC style inventory crafting grid for clients. crafting table expands grid to 3x3.
Add commands supporters can use on any server reguardless of perm level (revokable by config)
Add commands Coders can only use (debugging based I.E. /HxC debugCrash)
Add commands Helpers can use like (/HxC report BUG) sends message to bot to post bug
}
HxCEnchants {
Cleanup code, be sure every current enchant works.
Make custom enchanter and remove vanilla enchanting.
Find someone to make proper textures.
Make charm to store charges, right click to drain 5 levels for charge.
Verify all enchants work as intended.
Find new way for gluttony to work.
Make TFC compat.
}
HxCWorldGen {
Re-do tinker mats.
Add IC2/Thermal/MFR support.
Add Recipes to above using my metals.
Add option to disable above default recipes.
Make dynamic blocks for ores and storage blocks.(+1 block per 15 ores/metals)
Add TFC support.
}
HxCBlocks {
Add HxCWorldGen recipes when it's installed.
Use RF when RF API is detected.
Add GUIS to current blocks.
Double check data is saved properly.
Blacklist for Wrench via InterModComs, and Configs.
Default Blacklist Linkpads since their storage method would cause issues(I think).
Blacklist Reika pylons.
}
HxCTiC
- Ore dictionary metal detection
- Hardness from ore ~= Material hardness
- Mining level from ore ~= mining level
- Color from ingot detection for material color
- Molten metal color RGB if possible? Or just closest material color/red
- Drawspeed for bow based on hardness
- Material Traits configurable + defaults from github
- Bowstring Materials
- More of them
- Rubber
- Sinew
- Hempstring (IE, etc..)
- Parachord (custom)
- Nylon (synthetic material HxCTech)
- Linen
- Leather
- Kevlar? (synthetic material HxCTech)
- Carbon Fibre (ic2)
- Completely Configurable
HxCTFC {
Detect mod ores and create TFC Ores from that
Reference Github for rates/depths/rock types
Replace mod recipes by default
}
HxCEconomy {
Completely configurable
money per hour
sell from hand or sell chest at home
buy to inventory or delivery chest at home
travelling merchant NPC? buys from player chests and sells to player chests (labelled chests)
server side system
client side renderer (optional)
}
HxCFactions {
Faction system based on Bukkit plugins
Favourable tweaks
protection system even working with mods
monetary system when Economy installed
Jobs creatable in areas pay customizable
}