Merge branch 'main' into mod-ae2-recipes
This commit is contained in:
commit
dc5ff62a26
842 changed files with 8892 additions and 19309 deletions
13
kubejs/assets/gtceu/lang/en_us.json
Normal file
13
kubejs/assets/gtceu/lang/en_us.json
Normal file
|
|
@ -0,0 +1,13 @@
|
|||
{
|
||||
"material.salt_water": "Concentrated Salt Water",
|
||||
"gtceu.jei.bedrock_fluid.salt_water_deposit": "Concentrated Salt Water Deposit",
|
||||
|
||||
"block.gtceu.lv_saw_mill": "WIP",
|
||||
"block.gtceu.mv_saw_mill": "WIP",
|
||||
"block.gtceu.hv_saw_mill": "WIP",
|
||||
"block.gtceu.ev_saw_mill": "WIP",
|
||||
"block.gtceu.iv_saw_mill": "WIP",
|
||||
"block.gtceu.luv_saw_mill": "WIP",
|
||||
"block.gtceu.zpm_saw_mill": "WIP",
|
||||
"block.gtceu.uv_saw_mill": "WIP"
|
||||
}
|
||||
File diff suppressed because it is too large
Load diff
|
|
@ -1,5 +1,4 @@
|
|||
{
|
||||
"metal.tfc.cast_iron": "Iron",
|
||||
"block.gtceu.tfc_andesite_almandine_ore.prospected": "Almandine",
|
||||
"block.gtceu.tfc_andesite_aluminium_ore.prospected": "Aluminium",
|
||||
"block.gtceu.tfc_andesite_alunite_ore.prospected": "Alunite",
|
||||
|
|
|
|||
|
|
@ -1,5 +1,4 @@
|
|||
{
|
||||
"metal.tfc.cast_iron": "Железо",
|
||||
"block.gtceu.tfc_andesite_almandine_ore.prospected": "Альмандин",
|
||||
"block.gtceu.tfc_andesite_aluminium_ore.prospected": "Алюминий",
|
||||
"block.gtceu.tfc_andesite_alunite_ore.prospected": "Алюнит",
|
||||
|
|
@ -6,7 +6,6 @@ REIEvents.hide('item', event => {
|
|||
hideGTCEUStuff(event)
|
||||
hideCreateStuff(event)
|
||||
hideAE2Stuff(event)
|
||||
hideExtendedCraftingStuff(event)
|
||||
hideAdAstraStuff(event)
|
||||
hideSophisticatedBackpacksStuff(event)
|
||||
hideMoreRedStuff(event)
|
||||
|
|
@ -19,6 +18,7 @@ REIEvents.groupEntries(event => {
|
|||
})
|
||||
|
||||
REIEvents.removeCategories(event => {
|
||||
registerMinecraftCategories(event)
|
||||
registerGTCEUCategories(event)
|
||||
registerMoreRedCategories(event)
|
||||
})
|
||||
|
|
|
|||
|
|
@ -1,7 +0,0 @@
|
|||
// priority: 0
|
||||
|
||||
const hideExtendedCraftingStuff = (event) => {
|
||||
global.EXTENDED_CRAFTING_DISABLED_ITEMS.forEach(item => {
|
||||
event.hide(item)
|
||||
})
|
||||
}
|
||||
|
|
@ -14,11 +14,11 @@ const hideGTCEUStuff = (event) => {
|
|||
}
|
||||
|
||||
const groupGTCEUStuff = (event) => {
|
||||
event.groupItemsByTag('tfg:rei_groups/dusts/pure', 'Pure Dusts', 'forge:dusts/pure')
|
||||
event.groupItemsByTag('tfg:rei_groups/dusts/impure', 'Impure Dusts', 'forge:dusts/impure')
|
||||
event.groupItemsByTag('tfg:rei_groups/dusts/pure', 'Pure Dusts', 'forge:pure_dusts')
|
||||
event.groupItemsByTag('tfg:rei_groups/dusts/impure', 'Impure Dusts', 'forge:impure_dusts')
|
||||
event.groupItemsByTag('tfg:rei_groups/dusts', 'Dusts', 'forge:dusts')
|
||||
event.groupItemsByTag('tfg:rei_groups/dusts/small', 'Small Dusts', 'forge:dusts/small')
|
||||
event.groupItemsByTag('tfg:rei_groups/dusts/tiny', 'Tiny Dusts', 'forge:dusts/tiny')
|
||||
event.groupItemsByTag('tfg:rei_groups/dusts/small', 'Small Dusts', 'forge:small_dusts')
|
||||
event.groupItemsByTag('tfg:rei_groups/dusts/tiny', 'Tiny Dusts', 'forge:tiny_dusts')
|
||||
|
||||
event.groupItemsByTag('tfg:rei_groups/ores', 'Ores', 'forge:ores')
|
||||
event.groupItemsByTag('tfg:rei_groups/crushed_ores', 'Crushed Ores', 'forge:crushed_ores')
|
||||
|
|
@ -26,26 +26,26 @@ const groupGTCEUStuff = (event) => {
|
|||
event.groupItemsByTag('tfg:rei_groups/refined_ores', 'Refined Ores', 'forge:refined_ores')
|
||||
|
||||
event.groupItemsByTag('tfg:rei_groups/ingots', 'Ingots', 'forge:ingots')
|
||||
event.groupItemsByTag('tfg:rei_groups/ingots/hot', 'Hot Ingots', 'forge:ingots/hot')
|
||||
event.groupItemsByTag('tfg:rei_groups/ingots/hot', 'Hot Ingots', 'forge:hot_ingots')
|
||||
|
||||
event.groupItemsByTag('tfg:rei_groups/gears/small', 'Small Gears', 'forge:gears/small')
|
||||
event.groupItemsByTag('tfg:rei_groups/gears/small', 'Small Gears', 'forge:small_gears')
|
||||
event.groupItemsByTag('tfg:rei_groups/gears', 'Gears', 'forge:gears')
|
||||
|
||||
event.groupItemsByTag('tfg:rei_groups/rods', 'Rods', 'forge:rods')
|
||||
event.groupItemsByTag('tfg:rei_groups/rods/long', 'Long Rods', 'forge:rods/long')
|
||||
|
||||
event.groupItemsByTag('tfg:rei_groups/plates', 'Plates', 'forge:plates')
|
||||
event.groupItemsByTag('tfg:rei_groups/plates/double', 'Double Plates', 'forge:plates/double')
|
||||
event.groupItemsByTag('tfg:rei_groups/plates/dense', 'Dense Plates', 'forge:plates/dense')
|
||||
event.groupItemsByTag('tfg:rei_groups/plates/double', 'Double Plates', 'forge:double_plates')
|
||||
event.groupItemsByTag('tfg:rei_groups/plates/dense', 'Dense Plates', 'forge:dense_plates')
|
||||
|
||||
event.groupItemsByTag('tfg:rei_groups/springs', 'Springs', 'forge:springs')
|
||||
event.groupItemsByTag('tfg:rei_groups/springs/small', 'Small Springs', 'forge:springs/small')
|
||||
event.groupItemsByTag('tfg:rei_groups/springs/small', 'Small Springs', 'forge:small_springs')
|
||||
|
||||
event.groupItemsByTag('tfg:rei_groups/gems/exquisite', 'Exquisite Gems', 'forge:gems/exquisite')
|
||||
event.groupItemsByTag('tfg:rei_groups/gems/exquisite', 'Exquisite Gems', 'forge:exquisite_gems')
|
||||
event.groupItemsByTag('tfg:rei_groups/gems', 'Gems', 'forge:gems')
|
||||
event.groupItemsByTag('tfg:rei_groups/gems/flawless', 'Flawless Gems', 'forge:gems/flawless')
|
||||
event.groupItemsByTag('tfg:rei_groups/gems/flawed', 'Flawed Gems', 'forge:gems/flawed')
|
||||
event.groupItemsByTag('tfg:rei_groups/gems/chipped', 'Chipped Gems', 'forge:gems/chipped')
|
||||
event.groupItemsByTag('tfg:rei_groups/gems/flawless', 'Flawless Gems', 'forge:flawless_gems')
|
||||
event.groupItemsByTag('tfg:rei_groups/gems/flawed', 'Flawed Gems', 'forge:flawed_gems')
|
||||
event.groupItemsByTag('tfg:rei_groups/gems/chipped', 'Chipped Gems', 'forge:chipped_gems')
|
||||
|
||||
event.groupItemsByTag('tfg:rei_groups/material_blocks/raw', 'Raw Material Blocks', 'forge:material_blocks/raw')
|
||||
event.groupItemsByTag('tfg:rei_groups/material_blocks/block', 'Material Blocks', 'forge:material_blocks/block')
|
||||
|
|
@ -84,7 +84,7 @@ const groupGTCEUStuff = (event) => {
|
|||
event.groupItemsByTag('tfg:rei_groups/screws', 'Screws', 'forge:screws')
|
||||
event.groupItemsByTag('tfg:rei_groups/foils', 'Foils', 'forge:foils')
|
||||
event.groupItemsByTag('tfg:rei_groups/rotors', 'Rotors', 'forge:rotors')
|
||||
event.groupItemsByTag('tfg:rei_groups/wires/fine', 'Fine Wires', 'forge:wires/fine')
|
||||
event.groupItemsByTag('tfg:rei_groups/wires/fine', 'Fine Wires', 'forge:fine_wires')
|
||||
|
||||
event.groupItemsByTag('tfg:rei_groups/wires/single', 'Single Wires', 'forge:wires/single')
|
||||
event.groupItemsByTag('tfg:rei_groups/wires/double', 'Double Wires','forge:wires/double')
|
||||
|
|
|
|||
|
|
@ -4,4 +4,8 @@ const hideMinecraftStuff = (event) => {
|
|||
global.MINECRAFT_DISABLED_ITEMS.forEach(item => {
|
||||
event.hide(item)
|
||||
})
|
||||
}
|
||||
}
|
||||
|
||||
const registerMinecraftCategories = (event) => {
|
||||
event.remove('minecraft:plugins/campfire')
|
||||
}
|
||||
|
|
|
|||
|
|
@ -38,7 +38,6 @@ const hideTFCFluids = (event) => {
|
|||
event.hide('tfc:metal/zinc')
|
||||
event.hide('tfc:metal/sterling_silver')
|
||||
event.hide('tfc:metal/wrought_iron')
|
||||
event.hide('tfc:metal/cast_iron')
|
||||
event.hide('tfc:metal/steel')
|
||||
event.hide('tfc:metal/black_steel')
|
||||
event.hide('tfc:metal/red_steel')
|
||||
|
|
|
|||
|
|
@ -1,5 +1,5 @@
|
|||
#KubeJS Client Properties
|
||||
#Tue Nov 28 16:58:18 NOVT 2023
|
||||
#Mon Dec 11 07:09:45 NOVT 2023
|
||||
backgroundColor=2E3440
|
||||
barBorderColor=ECEFF4
|
||||
barColor=ECEFF4
|
||||
|
|
|
|||
|
|
@ -1,5 +1,5 @@
|
|||
#KubeJS Common Properties
|
||||
#Tue Nov 28 16:58:19 NOVT 2023
|
||||
#Mon Dec 11 07:09:46 NOVT 2023
|
||||
allowAsyncStreams=true
|
||||
announceReload=true
|
||||
creativeModeTabIcon=minecraft\:purple_dye
|
||||
|
|
|
|||
|
|
@ -1,5 +0,0 @@
|
|||
{
|
||||
"__comment__": "This file was automatically created by mcresources",
|
||||
"replace": true,
|
||||
"values": []
|
||||
}
|
||||
|
|
@ -1,5 +0,0 @@
|
|||
{
|
||||
"__comment__": "This file was automatically created by mcresources",
|
||||
"replace": true,
|
||||
"values": []
|
||||
}
|
||||
|
|
@ -1,5 +0,0 @@
|
|||
{
|
||||
"__comment__": "This file was automatically created by mcresources",
|
||||
"replace": true,
|
||||
"values": []
|
||||
}
|
||||
|
|
@ -1,5 +0,0 @@
|
|||
{
|
||||
"__comment__": "This file was automatically created by mcresources",
|
||||
"replace": true,
|
||||
"values": []
|
||||
}
|
||||
|
|
@ -1,5 +0,0 @@
|
|||
{
|
||||
"__comment__": "This file was automatically created by mcresources",
|
||||
"replace": true,
|
||||
"values": []
|
||||
}
|
||||
|
|
@ -1,5 +0,0 @@
|
|||
{
|
||||
"__comment__": "This file was automatically created by mcresources",
|
||||
"replace": true,
|
||||
"values": []
|
||||
}
|
||||
|
|
@ -1,5 +0,0 @@
|
|||
{
|
||||
"__comment__": "This file was automatically created by mcresources",
|
||||
"replace": true,
|
||||
"values": []
|
||||
}
|
||||
|
|
@ -1,5 +0,0 @@
|
|||
{
|
||||
"__comment__": "This file was automatically created by mcresources",
|
||||
"replace": true,
|
||||
"values": []
|
||||
}
|
||||
|
|
@ -1,5 +0,0 @@
|
|||
{
|
||||
"__comment__": "This file was automatically created by mcresources",
|
||||
"replace": true,
|
||||
"values": []
|
||||
}
|
||||
|
|
@ -1,5 +0,0 @@
|
|||
{
|
||||
"__comment__": "This file was automatically created by mcresources",
|
||||
"replace": true,
|
||||
"values": []
|
||||
}
|
||||
|
|
@ -1,5 +0,0 @@
|
|||
{
|
||||
"__comment__": "This file was automatically created by mcresources",
|
||||
"replace": true,
|
||||
"values": []
|
||||
}
|
||||
|
|
@ -1,5 +0,0 @@
|
|||
{
|
||||
"__comment__": "This file was automatically created by mcresources",
|
||||
"replace": true,
|
||||
"values": []
|
||||
}
|
||||
|
|
@ -1,5 +0,0 @@
|
|||
{
|
||||
"__comment__": "This file was automatically created by mcresources",
|
||||
"replace": true,
|
||||
"values": []
|
||||
}
|
||||
|
|
@ -1,5 +0,0 @@
|
|||
{
|
||||
"__comment__": "This file was automatically created by mcresources",
|
||||
"replace": true,
|
||||
"values": []
|
||||
}
|
||||
|
|
@ -1,5 +0,0 @@
|
|||
{
|
||||
"__comment__": "This file was automatically created by mcresources",
|
||||
"replace": true,
|
||||
"values": []
|
||||
}
|
||||
|
|
@ -1,5 +0,0 @@
|
|||
{
|
||||
"__comment__": "This file was automatically created by mcresources",
|
||||
"replace": true,
|
||||
"values": []
|
||||
}
|
||||
|
|
@ -1,5 +0,0 @@
|
|||
{
|
||||
"__comment__": "This file was automatically created by mcresources",
|
||||
"replace": true,
|
||||
"values": []
|
||||
}
|
||||
|
|
@ -1,5 +0,0 @@
|
|||
{
|
||||
"__comment__": "This file was automatically created by mcresources",
|
||||
"replace": true,
|
||||
"values": []
|
||||
}
|
||||
|
|
@ -1,5 +0,0 @@
|
|||
{
|
||||
"__comment__": "This file was automatically created by mcresources",
|
||||
"replace": true,
|
||||
"values": []
|
||||
}
|
||||
|
|
@ -1,5 +0,0 @@
|
|||
{
|
||||
"__comment__": "This file was automatically created by mcresources",
|
||||
"replace": true,
|
||||
"values": []
|
||||
}
|
||||
|
|
@ -1,5 +0,0 @@
|
|||
{
|
||||
"__comment__": "This file was automatically created by mcresources",
|
||||
"replace": true,
|
||||
"values": []
|
||||
}
|
||||
|
|
@ -1,5 +1,5 @@
|
|||
{
|
||||
"__comment__": "This file was automatically created by mcresources",
|
||||
"replace": true,
|
||||
"values": []
|
||||
"__comment__": "This file was automatically created by mcresources",
|
||||
"replace": true,
|
||||
"values": []
|
||||
}
|
||||
|
|
@ -1,5 +0,0 @@
|
|||
{
|
||||
"__comment__": "This file was automatically created by mcresources",
|
||||
"replace": true,
|
||||
"values": []
|
||||
}
|
||||
|
|
@ -1,5 +0,0 @@
|
|||
{
|
||||
"__comment__": "This file was automatically created by mcresources",
|
||||
"replace": true,
|
||||
"values": []
|
||||
}
|
||||
|
|
@ -1,5 +0,0 @@
|
|||
{
|
||||
"__comment__": "This file was automatically created by mcresources",
|
||||
"replace": true,
|
||||
"values": []
|
||||
}
|
||||
|
|
@ -1,5 +0,0 @@
|
|||
{
|
||||
"__comment__": "This file was automatically created by mcresources",
|
||||
"replace": true,
|
||||
"values": []
|
||||
}
|
||||
|
|
@ -1,5 +0,0 @@
|
|||
{
|
||||
"__comment__": "This file was automatically created by mcresources",
|
||||
"replace": true,
|
||||
"values": []
|
||||
}
|
||||
|
|
@ -1,5 +0,0 @@
|
|||
{
|
||||
"__comment__": "This file was automatically created by mcresources",
|
||||
"replace": true,
|
||||
"values": []
|
||||
}
|
||||
|
|
@ -1,5 +0,0 @@
|
|||
{
|
||||
"__comment__": "This file was automatically created by mcresources",
|
||||
"replace": true,
|
||||
"values": []
|
||||
}
|
||||
|
|
@ -1,5 +0,0 @@
|
|||
{
|
||||
"__comment__": "This file was automatically created by mcresources",
|
||||
"replace": true,
|
||||
"values": []
|
||||
}
|
||||
|
|
@ -1,5 +0,0 @@
|
|||
{
|
||||
"__comment__": "This file was automatically created by mcresources",
|
||||
"replace": true,
|
||||
"values": []
|
||||
}
|
||||
|
|
@ -1,5 +0,0 @@
|
|||
{
|
||||
"__comment__": "This file was automatically created by mcresources",
|
||||
"replace": true,
|
||||
"values": []
|
||||
}
|
||||
|
|
@ -1,5 +0,0 @@
|
|||
{
|
||||
"__comment__": "This file was automatically created by mcresources",
|
||||
"replace": true,
|
||||
"values": []
|
||||
}
|
||||
|
|
@ -1,5 +0,0 @@
|
|||
{
|
||||
"__comment__": "This file was automatically created by mcresources",
|
||||
"replace": true,
|
||||
"values": []
|
||||
}
|
||||
|
|
@ -1,5 +0,0 @@
|
|||
{
|
||||
"__comment__": "This file was automatically created by mcresources",
|
||||
"replace": true,
|
||||
"values": []
|
||||
}
|
||||
|
|
@ -1,5 +0,0 @@
|
|||
{
|
||||
"__comment__": "This file was automatically created by mcresources",
|
||||
"replace": true,
|
||||
"values": []
|
||||
}
|
||||
|
|
@ -1,5 +0,0 @@
|
|||
{
|
||||
"__comment__": "This file was automatically created by mcresources",
|
||||
"replace": true,
|
||||
"values": []
|
||||
}
|
||||
|
|
@ -1,5 +0,0 @@
|
|||
{
|
||||
"__comment__": "This file was automatically created by mcresources",
|
||||
"replace": true,
|
||||
"values": []
|
||||
}
|
||||
|
|
@ -1,5 +0,0 @@
|
|||
{
|
||||
"__comment__": "This file was automatically created by mcresources",
|
||||
"replace": true,
|
||||
"values": []
|
||||
}
|
||||
|
|
@ -1,5 +0,0 @@
|
|||
{
|
||||
"__comment__": "This file was automatically created by mcresources",
|
||||
"replace": true,
|
||||
"values": []
|
||||
}
|
||||
|
|
@ -1,5 +0,0 @@
|
|||
{
|
||||
"__comment__": "This file was automatically created by mcresources",
|
||||
"replace": true,
|
||||
"values": []
|
||||
}
|
||||
|
|
@ -1,5 +0,0 @@
|
|||
{
|
||||
"__comment__": "This file was automatically created by mcresources",
|
||||
"replace": true,
|
||||
"values": []
|
||||
}
|
||||
|
|
@ -1,5 +0,0 @@
|
|||
{
|
||||
"__comment__": "This file was automatically created by mcresources",
|
||||
"replace": true,
|
||||
"values": []
|
||||
}
|
||||
|
|
@ -1,5 +0,0 @@
|
|||
{
|
||||
"__comment__": "This file was automatically created by mcresources",
|
||||
"replace": true,
|
||||
"values": []
|
||||
}
|
||||
|
|
@ -1,5 +0,0 @@
|
|||
{
|
||||
"__comment__": "This file was automatically created by mcresources",
|
||||
"replace": true,
|
||||
"values": []
|
||||
}
|
||||
|
|
@ -1,5 +0,0 @@
|
|||
{
|
||||
"__comment__": "This file was automatically created by mcresources",
|
||||
"replace": true,
|
||||
"values": []
|
||||
}
|
||||
|
|
@ -1,5 +0,0 @@
|
|||
{
|
||||
"__comment__": "This file was automatically created by mcresources",
|
||||
"replace": true,
|
||||
"values": []
|
||||
}
|
||||
|
|
@ -1,5 +0,0 @@
|
|||
{
|
||||
"__comment__": "This file was automatically created by mcresources",
|
||||
"replace": true,
|
||||
"values": []
|
||||
}
|
||||
|
|
@ -1,5 +0,0 @@
|
|||
{
|
||||
"__comment__": "This file was automatically created by mcresources",
|
||||
"replace": true,
|
||||
"values": []
|
||||
}
|
||||
|
|
@ -1,5 +0,0 @@
|
|||
{
|
||||
"__comment__": "This file was automatically created by mcresources",
|
||||
"replace": true,
|
||||
"values": []
|
||||
}
|
||||
|
|
@ -1,5 +0,0 @@
|
|||
{
|
||||
"__comment__": "This file was automatically created by mcresources",
|
||||
"replace": true,
|
||||
"values": []
|
||||
}
|
||||
|
|
@ -1,5 +0,0 @@
|
|||
{
|
||||
"__comment__": "This file was automatically created by mcresources",
|
||||
"replace": true,
|
||||
"values": []
|
||||
}
|
||||
|
|
@ -1,5 +0,0 @@
|
|||
{
|
||||
"__comment__": "This file was automatically created by mcresources",
|
||||
"replace": true,
|
||||
"values": []
|
||||
}
|
||||
|
|
@ -1,5 +0,0 @@
|
|||
{
|
||||
"__comment__": "This file was automatically created by mcresources",
|
||||
"replace": true,
|
||||
"values": []
|
||||
}
|
||||
|
|
@ -1,5 +0,0 @@
|
|||
{
|
||||
"__comment__": "This file was automatically created by mcresources",
|
||||
"replace": true,
|
||||
"values": []
|
||||
}
|
||||
|
|
@ -1,5 +0,0 @@
|
|||
{
|
||||
"__comment__": "This file was automatically created by mcresources",
|
||||
"replace": true,
|
||||
"values": []
|
||||
}
|
||||
|
|
@ -1,5 +0,0 @@
|
|||
{
|
||||
"__comment__": "This file was automatically created by mcresources",
|
||||
"replace": true,
|
||||
"values": []
|
||||
}
|
||||
|
|
@ -1,5 +0,0 @@
|
|||
{
|
||||
"__comment__": "This file was automatically created by mcresources",
|
||||
"replace": true,
|
||||
"values": []
|
||||
}
|
||||
|
|
@ -1,5 +0,0 @@
|
|||
{
|
||||
"__comment__": "This file was automatically created by mcresources",
|
||||
"replace": true,
|
||||
"values": []
|
||||
}
|
||||
|
|
@ -1,5 +0,0 @@
|
|||
{
|
||||
"__comment__": "This file was automatically created by mcresources",
|
||||
"replace": true,
|
||||
"values": []
|
||||
}
|
||||
|
|
@ -1,5 +0,0 @@
|
|||
{
|
||||
"__comment__": "This file was automatically created by mcresources",
|
||||
"replace": true,
|
||||
"values": []
|
||||
}
|
||||
|
|
@ -1,5 +0,0 @@
|
|||
{
|
||||
"__comment__": "This file was automatically created by mcresources",
|
||||
"replace": true,
|
||||
"values": []
|
||||
}
|
||||
|
|
@ -1,5 +0,0 @@
|
|||
{
|
||||
"__comment__": "This file was automatically created by mcresources",
|
||||
"replace": true,
|
||||
"values": []
|
||||
}
|
||||
|
|
@ -1,35 +0,0 @@
|
|||
{
|
||||
"type": "tfc:cluster_vein",
|
||||
"config": {
|
||||
"rarity": 190,
|
||||
"density": 0.3,
|
||||
"min_y": 32,
|
||||
"max_y": 100,
|
||||
"size": 26,
|
||||
"random_name": "normal_sylvite",
|
||||
"blocks": [
|
||||
{
|
||||
"replace": [
|
||||
"tfc:rock/raw/shale"
|
||||
],
|
||||
"with": [
|
||||
{
|
||||
"block": "gtceu:tfc_shale_sylvite_ore",
|
||||
"weight": 100
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"replace": [
|
||||
"tfc:rock/raw/claystone"
|
||||
],
|
||||
"with": [
|
||||
{
|
||||
"block": "gtceu:tfc_claystone_sylvite_ore",
|
||||
"weight": 100
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
|
|
@ -1,4 +0,0 @@
|
|||
{
|
||||
"feature": "terrafirmagreg:vein/deep_garnet_amethyst",
|
||||
"placement": []
|
||||
}
|
||||
|
|
@ -1,4 +0,0 @@
|
|||
{
|
||||
"feature": "terrafirmagreg:vein/deep_garnet_opal",
|
||||
"placement": []
|
||||
}
|
||||
|
|
@ -1,4 +0,0 @@
|
|||
{
|
||||
"feature": "terrafirmagreg:vein/deep_gold",
|
||||
"placement": []
|
||||
}
|
||||
|
|
@ -1,4 +0,0 @@
|
|||
{
|
||||
"feature": "terrafirmagreg:vein/deep_hematite",
|
||||
"placement": []
|
||||
}
|
||||
|
|
@ -1,4 +0,0 @@
|
|||
{
|
||||
"feature": "terrafirmagreg:vein/deep_limonite",
|
||||
"placement": []
|
||||
}
|
||||
|
|
@ -1,4 +0,0 @@
|
|||
{
|
||||
"feature": "terrafirmagreg:vein/deep_magnetite",
|
||||
"placement": []
|
||||
}
|
||||
|
|
@ -1,4 +0,0 @@
|
|||
{
|
||||
"feature": "terrafirmagreg:vein/deep_molybdenum",
|
||||
"placement": []
|
||||
}
|
||||
|
|
@ -1,4 +0,0 @@
|
|||
{
|
||||
"feature": "terrafirmagreg:vein/deep_naquadah",
|
||||
"placement": []
|
||||
}
|
||||
|
|
@ -1,4 +0,0 @@
|
|||
{
|
||||
"feature": "terrafirmagreg:vein/deep_pitchblende",
|
||||
"placement": []
|
||||
}
|
||||
|
|
@ -1,4 +0,0 @@
|
|||
{
|
||||
"feature": "terrafirmagreg:vein/deep_sapphire",
|
||||
"placement": []
|
||||
}
|
||||
|
|
@ -1,4 +0,0 @@
|
|||
{
|
||||
"feature": "terrafirmagreg:vein/deep_scheelite",
|
||||
"placement": []
|
||||
}
|
||||
|
|
@ -1,4 +0,0 @@
|
|||
{
|
||||
"feature": "terrafirmagreg:vein/deep_sheldonite",
|
||||
"placement": []
|
||||
}
|
||||
|
|
@ -1,4 +0,0 @@
|
|||
{
|
||||
"feature": "terrafirmagreg:vein/deep_topaz",
|
||||
"placement": []
|
||||
}
|
||||
|
|
@ -1,4 +0,0 @@
|
|||
{
|
||||
"feature": "terrafirmagreg:vein/normal_apatite_",
|
||||
"placement": []
|
||||
}
|
||||
|
|
@ -1,4 +0,0 @@
|
|||
{
|
||||
"feature": "terrafirmagreg:vein/normal_basaltic_sands",
|
||||
"placement": []
|
||||
}
|
||||
|
|
@ -1,4 +0,0 @@
|
|||
{
|
||||
"feature": "terrafirmagreg:vein/normal_bauxite",
|
||||
"placement": []
|
||||
}
|
||||
|
|
@ -1,4 +0,0 @@
|
|||
{
|
||||
"feature": "terrafirmagreg:vein/normal_beryllium",
|
||||
"placement": []
|
||||
}
|
||||
|
|
@ -1,4 +0,0 @@
|
|||
{
|
||||
"feature": "terrafirmagreg:vein/normal_bismuthinite",
|
||||
"placement": []
|
||||
}
|
||||
|
|
@ -1,4 +0,0 @@
|
|||
{
|
||||
"feature": "terrafirmagreg:vein/normal_cassiterite",
|
||||
"placement": []
|
||||
}
|
||||
|
|
@ -1,4 +0,0 @@
|
|||
{
|
||||
"feature": "terrafirmagreg:vein/normal_certus_quartz",
|
||||
"placement": []
|
||||
}
|
||||
|
|
@ -1,4 +0,0 @@
|
|||
{
|
||||
"feature": "terrafirmagreg:vein/normal_coal",
|
||||
"placement": []
|
||||
}
|
||||
|
|
@ -1,4 +0,0 @@
|
|||
{
|
||||
"feature": "terrafirmagreg:vein/normal_copper",
|
||||
"placement": []
|
||||
}
|
||||
|
|
@ -1,4 +0,0 @@
|
|||
{
|
||||
"feature": "terrafirmagreg:vein/normal_garnet_tin",
|
||||
"placement": []
|
||||
}
|
||||
|
|
@ -1,4 +0,0 @@
|
|||
{
|
||||
"feature": "terrafirmagreg:vein/normal_garnierite",
|
||||
"placement": []
|
||||
}
|
||||
|
|
@ -1,4 +0,0 @@
|
|||
{
|
||||
"feature": "terrafirmagreg:vein/normal_gold",
|
||||
"placement": []
|
||||
}
|
||||
Some files were not shown because too many files have changed in this diff Show more
Loading…
Add table
Add a link
Reference in a new issue