init
This commit is contained in:
commit
a956daf8e2
2351 changed files with 163047 additions and 0 deletions
7
config/hammerlib/foil_colors.json
Normal file
7
config/hammerlib/foil_colors.json
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
{
|
||||
"disable_with_rubidium": true,
|
||||
"constant_colors": {
|
||||
"minecraft:nether_star": -59299,
|
||||
"minecraft:enchanted_golden_apple": -131178
|
||||
}
|
||||
}
|
||||
24
config/hammerlib/main.cfg
Normal file
24
config/hammerlib/main.cfg
Normal file
|
|
@ -0,0 +1,24 @@
|
|||
[CFG=1.0.0]
|
||||
|
||||
/* Client-side features of HammerLib */
|
||||
C "Client-Side"={
|
||||
/* Which resolution should the items be rendered when using 'Render GUI Item' hotkey? (Range: [16; 16384]) */
|
||||
I "Gui Item Render Resolution"=1024
|
||||
|
||||
/* Overrides LAN port. Zero will use any free available port. Also don't use ports like 1, or other low numbered ports. This will have no effect. (Range: [0; 65535]) */
|
||||
I "LAN Port"=0
|
||||
|
||||
/*
|
||||
Enable use of GL stencils?
|
||||
-1 Block enabling of stencils through HammerLib means
|
||||
0 Stencil not enabled unless HammerLib-dependent mod requests stencils to be enabled (default)
|
||||
1 Enforce use of stencil regardless if any mods need it or not (Range: [-1; 1])
|
||||
*/
|
||||
I "OpenGL Stencil"=0
|
||||
}
|
||||
|
||||
/* Internal features of HammerLib */
|
||||
C "Internal"={
|
||||
/* Log HammerLib Event Bus Events? Don't enable this unless you know exactly what this does. Your logs will get spammed. */
|
||||
B "Log HLB Events"=false
|
||||
}
|
||||
16
config/hammerlib/recipes/modded/hammerlib.json
Normal file
16
config/hammerlib/recipes/modded/hammerlib.json
Normal file
|
|
@ -0,0 +1,16 @@
|
|||
{
|
||||
"version": 2,
|
||||
"active": {
|
||||
"minecraft:smithing": {"hammerlib:gears/netherite": false},
|
||||
"minecraft:crafting": {
|
||||
"hammerlib:gears/wooden": false,
|
||||
"hammerlib:gears/stone": false,
|
||||
"hammerlib:gears/copper": false,
|
||||
"hammerlib:gears/iron": false,
|
||||
"hammerlib:gears/gold": false,
|
||||
"hammerlib:gears/diamond": false,
|
||||
"hammerlib:wrench": false
|
||||
}
|
||||
},
|
||||
"unregistered": {}
|
||||
}
|
||||
58
config/hammerlib/recipes/modded/solarflux.json
Normal file
58
config/hammerlib/recipes/modded/solarflux.json
Normal file
|
|
@ -0,0 +1,58 @@
|
|||
{
|
||||
"version": 2,
|
||||
"active": {"minecraft:crafting": {
|
||||
"solarflux:sp_1": true,
|
||||
"solarflux:sp_2": true,
|
||||
"solarflux:sp_3": true,
|
||||
"solarflux:sp_4": true,
|
||||
"solarflux:sp_5": true,
|
||||
"solarflux:sp_6": true,
|
||||
"solarflux:sp_7": true,
|
||||
"solarflux:sp_8": true,
|
||||
"solarflux:sp_custom_neutronium": true,
|
||||
"solarflux:sp_custom_infinity": true,
|
||||
"solarflux:sp_custom_bathyal": true,
|
||||
"solarflux:sp_custom_hadal": true,
|
||||
"solarflux:sp_custom_abyssal": true
|
||||
}},
|
||||
"unregistered": {
|
||||
"kubejs:fusion_crafting": {"solarflux:solar_panels/kubejs/hadal": true},
|
||||
"minecraft:crafting": {
|
||||
"solarflux:sp_custom_hadal": true,
|
||||
"solarflux:sp_custom_abyssal": true,
|
||||
"solarflux:sp_custom_kubejs": true,
|
||||
"solarflux:solar_panels/kubejs/bathyal": true,
|
||||
"solarflux:solar_panels/kubejs/hadal": true,
|
||||
"solarflux:sp_custom_avaritia.infinity": true,
|
||||
"solarflux:sp_avaritia.infinity": true,
|
||||
"solarflux:sp_avaritia.neutronium": true,
|
||||
"solarflux:mirror": true,
|
||||
"solarflux:blazing_coating": true,
|
||||
"solarflux:emerald_glass": true,
|
||||
"solarflux:ender_glass": true,
|
||||
"solarflux:photovoltaic_cell_1": true,
|
||||
"solarflux:photovoltaic_cell_2": true,
|
||||
"solarflux:photovoltaic_cell_3": true,
|
||||
"solarflux:photovoltaic_cell_4": true,
|
||||
"solarflux:photovoltaic_cell_5": true,
|
||||
"solarflux:photovoltaic_cell_6": true,
|
||||
"solarflux:blank_upgrade": true,
|
||||
"solarflux:solar_panel_1": true,
|
||||
"solarflux:solar_panel_2": true,
|
||||
"solarflux:solar_panel_3": true,
|
||||
"solarflux:solar_panel_4": true,
|
||||
"solarflux:solar_panel_5": true,
|
||||
"solarflux:solar_panel_6": true,
|
||||
"solarflux:solar_panel_7": true,
|
||||
"solarflux:solar_panel_8": true,
|
||||
"solarflux:efficiency_upgrade": true,
|
||||
"solarflux:transfer_rate_upgrade": true,
|
||||
"solarflux:traversal_upgrade": true,
|
||||
"solarflux:dispersive_upgrade": true,
|
||||
"solarflux:block_charging_upgrade": true,
|
||||
"solarflux:furnace_upgrade": true,
|
||||
"solarflux:capacity_upgrade": true,
|
||||
"solarflux:ae2/energy_upgrade": true
|
||||
}
|
||||
}
|
||||
}
|
||||
20
config/hammerlib/tags/modded/hammerlib.json
Normal file
20
config/hammerlib/tags/modded/hammerlib.json
Normal file
|
|
@ -0,0 +1,20 @@
|
|||
{
|
||||
"version": 1,
|
||||
"tags": {
|
||||
"minecraft:item": {
|
||||
"forge:gears/copper": {"hammerlib:gears/copper": false},
|
||||
"forge:gears/wooden": {"hammerlib:gears/wooden": false},
|
||||
"forge:gears/iron": {"hammerlib:gears/iron": false},
|
||||
"forge:gears/diamond": {"hammerlib:gears/diamond": false},
|
||||
"forge:tools/wrench": {"hammerlib:wrench": false},
|
||||
"forge:gears/gold": {"hammerlib:gears/gold": false},
|
||||
"forge:gears/netherite": {"hammerlib:gears/netherite": false},
|
||||
"forge:gears/stone": {"hammerlib:gears/stone": false}
|
||||
},
|
||||
"minecraft:block": {
|
||||
"minecraft:mineable/pickaxe": {"hammerlib:test_machine": false},
|
||||
"minecraft:needs_iron_tool": {"hammerlib:test_machine": false}
|
||||
}
|
||||
},
|
||||
"unregistered": {}
|
||||
}
|
||||
36
config/hammerlib/tags/modded/solarflux.json
Normal file
36
config/hammerlib/tags/modded/solarflux.json
Normal file
|
|
@ -0,0 +1,36 @@
|
|||
{
|
||||
"version": 1,
|
||||
"tags": {"minecraft:block": {
|
||||
"minecraft:mineable/pickaxe": {
|
||||
"solarflux:sp_1": true,
|
||||
"solarflux:sp_2": true,
|
||||
"solarflux:sp_3": true,
|
||||
"solarflux:sp_4": true,
|
||||
"solarflux:sp_5": true,
|
||||
"solarflux:sp_6": true,
|
||||
"solarflux:sp_7": true,
|
||||
"solarflux:sp_8": true,
|
||||
"solarflux:sp_custom_bathyal": true,
|
||||
"solarflux:sp_custom_abyssal": true,
|
||||
"solarflux:sp_custom_hadal": true,
|
||||
"solarflux:sp_custom_neutronium": true,
|
||||
"solarflux:sp_custom_infinity": true
|
||||
},
|
||||
"minecraft:needs_iron_tool": {
|
||||
"solarflux:sp_1": true,
|
||||
"solarflux:sp_2": true,
|
||||
"solarflux:sp_3": true,
|
||||
"solarflux:sp_4": true,
|
||||
"solarflux:sp_5": true,
|
||||
"solarflux:sp_6": true,
|
||||
"solarflux:sp_7": true,
|
||||
"solarflux:sp_8": true,
|
||||
"solarflux:sp_custom_bathyal": true,
|
||||
"solarflux:sp_custom_abyssal": true,
|
||||
"solarflux:sp_custom_hadal": true,
|
||||
"solarflux:sp_custom_neutronium": true,
|
||||
"solarflux:sp_custom_infinity": true
|
||||
}
|
||||
}},
|
||||
"unregistered": {}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue