init
This commit is contained in:
commit
d8d0e9d536
2567 changed files with 167778 additions and 0 deletions
12
config/NuclearCraft/heat_sinks/! README.TXT
Normal file
12
config/NuclearCraft/heat_sinks/! README.TXT
Normal file
|
|
@ -0,0 +1,12 @@
|
|||
You can define blocks by block_name without namespace. So water_heat_sink will fall back to nuclearcraft:water_heat_sink.
|
||||
Or qualify it with namespace like some_mod:some_block.
|
||||
Or use block tag key. #nuclearcraft:fission_reactor_casing will fall back to blocks with this tag. Do not forget to put #.
|
||||
if you need AND condition, add comma separated values "block1", "block2" means AND condition
|
||||
if you need OR condition, use | separator. "block1|block2" means block1 or block2
|
||||
By default you have rule condition is 'At least 1'. So if you define some block, it will go in the rule as 'at least 1'
|
||||
Validation options: >2 means at least 2 (use any number)
|
||||
-2 means between, it is always 2 (opposite sides)
|
||||
<2 means less than 2 (use any number)
|
||||
=2 means exact 2 (use any number)
|
||||
^3 means 3 blocks in the corner (shared vertex or edge). possible values 2 and 3
|
||||
Default placement rules have all examples
|
||||
5
config/NuclearCraft/heat_sinks/active_cryotheum.json
Normal file
5
config/NuclearCraft/heat_sinks/active_cryotheum.json
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
[{
|
||||
"type": "active_cryotheum",
|
||||
"heat": 480,
|
||||
"placement_rule": ["fission_reactor_solid_fuel_cell>2"]
|
||||
}]
|
||||
5
config/NuclearCraft/heat_sinks/active_enderium.json
Normal file
5
config/NuclearCraft/heat_sinks/active_enderium.json
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
[{
|
||||
"type": "active_enderium",
|
||||
"heat": 360,
|
||||
"placement_rule": ["#nuclearcraft:fission_reactor_casing^3"]
|
||||
}]
|
||||
5
config/NuclearCraft/heat_sinks/active_liquid_helium.json
Normal file
5
config/NuclearCraft/heat_sinks/active_liquid_helium.json
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
[{
|
||||
"type": "active_liquid_helium",
|
||||
"heat": 420,
|
||||
"placement_rule": ["redstone_heat_sink", "#nuclearcraft:fission_reactor_casing"]
|
||||
}]
|
||||
|
|
@ -0,0 +1,5 @@
|
|||
[{
|
||||
"type": "active_liquid_nitrogen",
|
||||
"heat": 555,
|
||||
"placement_rule": ["copper_heat_sink", "purpur_heat_sink"]
|
||||
}]
|
||||
5
config/NuclearCraft/heat_sinks/active_redstone.json
Normal file
5
config/NuclearCraft/heat_sinks/active_redstone.json
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
[{
|
||||
"type": "active_redstone",
|
||||
"heat": 270,
|
||||
"placement_rule": ["fission_reactor_solid_fuel_cell"]
|
||||
}]
|
||||
5
config/NuclearCraft/heat_sinks/active_water.json
Normal file
5
config/NuclearCraft/heat_sinks/active_water.json
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
[{
|
||||
"type": "active_water",
|
||||
"heat": 250,
|
||||
"placement_rule": ["fission_reactor_solid_fuel_cell|#nuclearcraft:moderators"]
|
||||
}]
|
||||
5
config/NuclearCraft/heat_sinks/aluminum.json
Normal file
5
config/NuclearCraft/heat_sinks/aluminum.json
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
[{
|
||||
"type": "aluminum",
|
||||
"heat": 175,
|
||||
"placement_rule": ["quartz_heat_sink", "lapis_heat_sink"]
|
||||
}]
|
||||
5
config/NuclearCraft/heat_sinks/arsenic.json
Normal file
5
config/NuclearCraft/heat_sinks/arsenic.json
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
[{
|
||||
"type": "arsenic",
|
||||
"heat": 135,
|
||||
"placement_rule": ["#nuclearcraft:moderators>3"]
|
||||
}]
|
||||
5
config/NuclearCraft/heat_sinks/boron.json
Normal file
5
config/NuclearCraft/heat_sinks/boron.json
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
[{
|
||||
"type": "boron",
|
||||
"heat": 160,
|
||||
"placement_rule": ["quartz_heat_sink", "#nuclearcraft:fission_reactor_casing|#nuclearcraft:moderators"]
|
||||
}]
|
||||
5
config/NuclearCraft/heat_sinks/carobbiite.json
Normal file
5
config/NuclearCraft/heat_sinks/carobbiite.json
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
[{
|
||||
"type": "carobbiite",
|
||||
"heat": 140,
|
||||
"placement_rule": ["end_stone_heat_sink", "fission_reactor_irradiation_chamber"]
|
||||
}]
|
||||
5
config/NuclearCraft/heat_sinks/cobalt.json
Normal file
5
config/NuclearCraft/heat_sinks/cobalt.json
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
[{
|
||||
"type": "cobalt",
|
||||
"heat": 75,
|
||||
"placement_rule": ["fission_reactor_irradiation_chamber"]
|
||||
}]
|
||||
5
config/NuclearCraft/heat_sinks/copper.json
Normal file
5
config/NuclearCraft/heat_sinks/copper.json
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
[{
|
||||
"type": "copper",
|
||||
"heat": 80,
|
||||
"placement_rule": ["glowstone_heat_sink"]
|
||||
}]
|
||||
5
config/NuclearCraft/heat_sinks/cryotheum.json
Normal file
5
config/NuclearCraft/heat_sinks/cryotheum.json
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
[{
|
||||
"type": "cryotheum",
|
||||
"heat": 160,
|
||||
"placement_rule": ["fission_reactor_solid_fuel_cell>2"]
|
||||
}]
|
||||
5
config/NuclearCraft/heat_sinks/diamond.json
Normal file
5
config/NuclearCraft/heat_sinks/diamond.json
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
[{
|
||||
"type": "diamond",
|
||||
"heat": 150,
|
||||
"placement_rule": ["water_heat_sink", "quartz_heat_sink"]
|
||||
}]
|
||||
5
config/NuclearCraft/heat_sinks/emerald.json
Normal file
5
config/NuclearCraft/heat_sinks/emerald.json
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
[{
|
||||
"type": "emerald",
|
||||
"heat": 160,
|
||||
"placement_rule": ["fission_reactor_solid_fuel_cell", "#nuclearcraft:moderators"]
|
||||
}]
|
||||
5
config/NuclearCraft/heat_sinks/empty.json
Normal file
5
config/NuclearCraft/heat_sinks/empty.json
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
[{
|
||||
"type": "empty",
|
||||
"heat": 0,
|
||||
"placement_rule": []
|
||||
}]
|
||||
5
config/NuclearCraft/heat_sinks/empty_active.json
Normal file
5
config/NuclearCraft/heat_sinks/empty_active.json
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
[{
|
||||
"type": "empty_active",
|
||||
"heat": 0,
|
||||
"placement_rule": []
|
||||
}]
|
||||
5
config/NuclearCraft/heat_sinks/end_stone.json
Normal file
5
config/NuclearCraft/heat_sinks/end_stone.json
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
[{
|
||||
"type": "end_stone",
|
||||
"heat": 40,
|
||||
"placement_rule": ["enderium_heat_sink"]
|
||||
}]
|
||||
5
config/NuclearCraft/heat_sinks/enderium.json
Normal file
5
config/NuclearCraft/heat_sinks/enderium.json
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
[{
|
||||
"type": "enderium",
|
||||
"heat": 120,
|
||||
"placement_rule": ["#nuclearcraft:fission_reactor_casing^3"]
|
||||
}]
|
||||
5
config/NuclearCraft/heat_sinks/fluorite.json
Normal file
5
config/NuclearCraft/heat_sinks/fluorite.json
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
[{
|
||||
"type": "fluorite",
|
||||
"heat": 160,
|
||||
"placement_rule": ["gold_heat_sink", "prismarine_heat_sink"]
|
||||
}]
|
||||
5
config/NuclearCraft/heat_sinks/glowstone.json
Normal file
5
config/NuclearCraft/heat_sinks/glowstone.json
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
[{
|
||||
"type": "glowstone",
|
||||
"heat": 130,
|
||||
"placement_rule": ["#nuclearcraft:moderators>2"]
|
||||
}]
|
||||
5
config/NuclearCraft/heat_sinks/gold.json
Normal file
5
config/NuclearCraft/heat_sinks/gold.json
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
[{
|
||||
"type": "gold",
|
||||
"heat": 120,
|
||||
"placement_rule": ["water_heat_sink", "redstone_heat_sink"]
|
||||
}]
|
||||
5
config/NuclearCraft/heat_sinks/iron.json
Normal file
5
config/NuclearCraft/heat_sinks/iron.json
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
[{
|
||||
"type": "iron",
|
||||
"heat": 80,
|
||||
"placement_rule": ["gold_heat_sink"]
|
||||
}]
|
||||
5
config/NuclearCraft/heat_sinks/lapis.json
Normal file
5
config/NuclearCraft/heat_sinks/lapis.json
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
[{
|
||||
"type": "lapis",
|
||||
"heat": 120,
|
||||
"placement_rule": ["fission_reactor_solid_fuel_cell", "#nuclearcraft:fission_reactor_casing"]
|
||||
}]
|
||||
5
config/NuclearCraft/heat_sinks/lead.json
Normal file
5
config/NuclearCraft/heat_sinks/lead.json
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
[{
|
||||
"type": "lead",
|
||||
"heat": 60,
|
||||
"placement_rule": ["iron_heat_sink"]
|
||||
}]
|
||||
5
config/NuclearCraft/heat_sinks/liquid_helium.json
Normal file
5
config/NuclearCraft/heat_sinks/liquid_helium.json
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
[{
|
||||
"type": "liquid_helium",
|
||||
"heat": 140,
|
||||
"placement_rule": ["redstone_heat_sink", "#nuclearcraft:fission_reactor_casing"]
|
||||
}]
|
||||
5
config/NuclearCraft/heat_sinks/liquid_nitrogen.json
Normal file
5
config/NuclearCraft/heat_sinks/liquid_nitrogen.json
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
[{
|
||||
"type": "liquid_nitrogen",
|
||||
"heat": 185,
|
||||
"placement_rule": ["copper_heat_sink", "purpur_heat_sink"]
|
||||
}]
|
||||
5
config/NuclearCraft/heat_sinks/lithium.json
Normal file
5
config/NuclearCraft/heat_sinks/lithium.json
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
[{
|
||||
"type": "lithium",
|
||||
"heat": 130,
|
||||
"placement_rule": ["lead_heat_sink-2"]
|
||||
}]
|
||||
5
config/NuclearCraft/heat_sinks/magnesium.json
Normal file
5
config/NuclearCraft/heat_sinks/magnesium.json
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
[{
|
||||
"type": "magnesium",
|
||||
"heat": 110,
|
||||
"placement_rule": ["#nuclearcraft:fission_reactor_casing", "#nuclearcraft:moderators"]
|
||||
}]
|
||||
5
config/NuclearCraft/heat_sinks/manganese.json
Normal file
5
config/NuclearCraft/heat_sinks/manganese.json
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
[{
|
||||
"type": "manganese",
|
||||
"heat": 150,
|
||||
"placement_rule": ["fission_reactor_solid_fuel_cell>2"]
|
||||
}]
|
||||
5
config/NuclearCraft/heat_sinks/nether_brick.json
Normal file
5
config/NuclearCraft/heat_sinks/nether_brick.json
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
[{
|
||||
"type": "nether_brick",
|
||||
"heat": 70,
|
||||
"placement_rule": ["obsidian_heat_sink"]
|
||||
}]
|
||||
5
config/NuclearCraft/heat_sinks/netherite.json
Normal file
5
config/NuclearCraft/heat_sinks/netherite.json
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
[{
|
||||
"type": "netherite",
|
||||
"heat": 150,
|
||||
"placement_rule": ["obsidian_heat_sink", "fission_reactor_irradiation_chamber"]
|
||||
}]
|
||||
5
config/NuclearCraft/heat_sinks/obsidian.json
Normal file
5
config/NuclearCraft/heat_sinks/obsidian.json
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
[{
|
||||
"type": "obsidian",
|
||||
"heat": 40,
|
||||
"placement_rule": ["glowstone_heat_sink-2"]
|
||||
}]
|
||||
5
config/NuclearCraft/heat_sinks/platinum.json
Normal file
5
config/NuclearCraft/heat_sinks/platinum.json
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
[{
|
||||
"type": "platinum",
|
||||
"heat": 180,
|
||||
"placement_rule": ["fission_reactor_irradiation_chamber","#nuclearcraft:moderators"]
|
||||
}]
|
||||
5
config/NuclearCraft/heat_sinks/prismarine.json
Normal file
5
config/NuclearCraft/heat_sinks/prismarine.json
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
[{
|
||||
"type": "prismarine",
|
||||
"heat": 115,
|
||||
"placement_rule": ["water_heat_sink"]
|
||||
}]
|
||||
5
config/NuclearCraft/heat_sinks/purpur.json
Normal file
5
config/NuclearCraft/heat_sinks/purpur.json
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
[{
|
||||
"type": "purpur",
|
||||
"heat": 95,
|
||||
"placement_rule": ["#nuclearcraft:fission_reactor_casing", "iron_heat_sink"]
|
||||
}]
|
||||
5
config/NuclearCraft/heat_sinks/quartz.json
Normal file
5
config/NuclearCraft/heat_sinks/quartz.json
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
[{
|
||||
"type": "quartz",
|
||||
"heat": 90,
|
||||
"placement_rule": ["#nuclearcraft:moderators"]
|
||||
}]
|
||||
5
config/NuclearCraft/heat_sinks/redstone.json
Normal file
5
config/NuclearCraft/heat_sinks/redstone.json
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
[{
|
||||
"type": "redstone",
|
||||
"heat": 90,
|
||||
"placement_rule": ["fission_reactor_solid_fuel_cell"]
|
||||
}]
|
||||
5
config/NuclearCraft/heat_sinks/silver.json
Normal file
5
config/NuclearCraft/heat_sinks/silver.json
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
[{
|
||||
"type": "silver",
|
||||
"heat": 170,
|
||||
"placement_rule": ["glowstone_heat_sink>2", "tin_heat_sink|fission_reactor_irradiation_chamber"]
|
||||
}]
|
||||
5
config/NuclearCraft/heat_sinks/slime.json
Normal file
5
config/NuclearCraft/heat_sinks/slime.json
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
[{
|
||||
"type": "slime",
|
||||
"heat": 145,
|
||||
"placement_rule": ["water_heat_sink", "lead_heat_sink"]
|
||||
}]
|
||||
5
config/NuclearCraft/heat_sinks/tin.json
Normal file
5
config/NuclearCraft/heat_sinks/tin.json
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
[{
|
||||
"type": "tin",
|
||||
"heat": 120,
|
||||
"placement_rule": ["lapis_heat_sink-2"]
|
||||
}]
|
||||
1
config/NuclearCraft/heat_sinks/version.txt
Normal file
1
config/NuclearCraft/heat_sinks/version.txt
Normal file
|
|
@ -0,0 +1 @@
|
|||
1
|
||||
5
config/NuclearCraft/heat_sinks/villiaumite.json
Normal file
5
config/NuclearCraft/heat_sinks/villiaumite.json
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
[{
|
||||
"type": "villiaumite",
|
||||
"heat": 180,
|
||||
"placement_rule": ["redstone_heat_sink", "end_stone_heat_sink"]
|
||||
}]
|
||||
5
config/NuclearCraft/heat_sinks/water.json
Normal file
5
config/NuclearCraft/heat_sinks/water.json
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
[{
|
||||
"type": "water",
|
||||
"heat": 60,
|
||||
"placement_rule": ["fission_reactor_solid_fuel_cell|#nuclearcraft:moderators"]
|
||||
}]
|
||||
Loading…
Add table
Add a link
Reference in a new issue