forked from copygirl/heck
Compare commits
12 Commits
dac2b97e18
...
51e0230722
Author | SHA1 | Date |
---|---|---|
copygirl | 51e0230722 | 2 years ago |
copygirl | b2c6025c93 | 2 years ago |
copygirl | f9bdf4b119 | 2 years ago |
copygirl | a9e6cda56f | 2 years ago |
copygirl | e3fc2cf3e2 | 2 years ago |
copygirl | 63a2447f03 | 2 years ago |
Chloe | 6df79acc40 | 2 years ago |
copygirl | a301b077f2 | 2 years ago |
copygirl | 4a70f52bf4 | 2 years ago |
copygirl | ce749f041e | 2 years ago |
copygirl | 5d0f35e26a | 2 years ago |
copygirl | 166e58175d | 2 years ago |
22 changed files with 476 additions and 14 deletions
@ -0,0 +1,61 @@ |
|||||||
|
{ |
||||||
|
"blockRegenerationEnabled": true, |
||||||
|
"initialBlockRegenDelayMillis": 5000, |
||||||
|
"blockRegenIntervalMillis": 1000, |
||||||
|
"debugMode": false, |
||||||
|
"bannedBlocks": { |
||||||
|
"minecraft:note_block": true, |
||||||
|
"storagedrawers:oak_full_drawers_1": true, |
||||||
|
"storagedrawers:oak_full_drawers_2": true, |
||||||
|
"storagedrawers:oak_full_drawers_4": true, |
||||||
|
"storagedrawers:oak_half_drawers_1": true, |
||||||
|
"storagedrawers:oak_half_drawers_2": true, |
||||||
|
"storagedrawers:oak_half_drawers_4": true, |
||||||
|
"storagedrawers:spruce_full_drawers_1": true, |
||||||
|
"storagedrawers:spruce_full_drawers_2": true, |
||||||
|
"storagedrawers:spruce_full_drawers_4": true, |
||||||
|
"storagedrawers:spruce_half_drawers_1": true, |
||||||
|
"storagedrawers:spruce_half_drawers_2": true, |
||||||
|
"storagedrawers:spruce_half_drawers_4": true, |
||||||
|
"storagedrawers:birch_full_drawers_1": true, |
||||||
|
"storagedrawers:birch_full_drawers_2": true, |
||||||
|
"storagedrawers:birch_full_drawers_4": true, |
||||||
|
"storagedrawers:birch_half_drawers_1": true, |
||||||
|
"storagedrawers:birch_half_drawers_2": true, |
||||||
|
"storagedrawers:birch_half_drawers_4": true, |
||||||
|
"storagedrawers:jungle_full_drawers_1": true, |
||||||
|
"storagedrawers:jungle_full_drawers_2": true, |
||||||
|
"storagedrawers:jungle_full_drawers_4": true, |
||||||
|
"storagedrawers:jungle_half_drawers_1": true, |
||||||
|
"storagedrawers:jungle_half_drawers_2": true, |
||||||
|
"storagedrawers:jungle_half_drawers_4": true, |
||||||
|
"storagedrawers:acacia_full_drawers_1": true, |
||||||
|
"storagedrawers:acacia_full_drawers_2": true, |
||||||
|
"storagedrawers:acacia_full_drawers_4": true, |
||||||
|
"storagedrawers:acacia_half_drawers_1": true, |
||||||
|
"storagedrawers:acacia_half_drawers_2": true, |
||||||
|
"storagedrawers:acacia_half_drawers_4": true, |
||||||
|
"storagedrawers:dark_oak_full_drawers_1": true, |
||||||
|
"storagedrawers:dark_oak_full_drawers_2": true, |
||||||
|
"storagedrawers:dark_oak_full_drawers_4": true, |
||||||
|
"storagedrawers:dark_oak_half_drawers_1": true, |
||||||
|
"storagedrawers:dark_oak_half_drawers_2": true, |
||||||
|
"storagedrawers:dark_oak_half_drawers_4": true, |
||||||
|
"storagedrawers:crimson_full_drawers_1": true, |
||||||
|
"storagedrawers:crimson_full_drawers_2": true, |
||||||
|
"storagedrawers:crimson_full_drawers_4": true, |
||||||
|
"storagedrawers:crimson_half_drawers_1": true, |
||||||
|
"storagedrawers:crimson_half_drawers_2": true, |
||||||
|
"storagedrawers:crimson_half_drawers_4": true, |
||||||
|
"storagedrawers:warped_full_drawers_1": true, |
||||||
|
"storagedrawers:warped_full_drawers_2": true, |
||||||
|
"storagedrawers:warped_full_drawers_4": true, |
||||||
|
"storagedrawers:warped_half_drawers_1": true, |
||||||
|
"storagedrawers:warped_half_drawers_2": true, |
||||||
|
"storagedrawers:warped_half_drawers_4": true, |
||||||
|
"storagedrawers:compacting_drawers_3": true |
||||||
|
}, |
||||||
|
"bannedItems": { |
||||||
|
}, |
||||||
|
"disableForAllTileEntities": false |
||||||
|
} |
@ -0,0 +1,227 @@ |
|||||||
|
{ |
||||||
|
"display": { |
||||||
|
"icon": { |
||||||
|
"item": "adorn:guide_book" |
||||||
|
}, |
||||||
|
"title": { |
||||||
|
"translate": "advancements.adorn.everything.title" |
||||||
|
}, |
||||||
|
"description": { |
||||||
|
"translate": "advancements.adorn.everything.description" |
||||||
|
}, |
||||||
|
"frame": "challenge" |
||||||
|
}, |
||||||
|
"parent": "adorn:root", |
||||||
|
"criteria": { |
||||||
|
"has_bench": { |
||||||
|
"trigger": "minecraft:inventory_changed", |
||||||
|
"conditions": { |
||||||
|
"items": [ |
||||||
|
{ |
||||||
|
"tag": "adorn:benches" |
||||||
|
} |
||||||
|
] |
||||||
|
} |
||||||
|
}, |
||||||
|
"has_chain_link_fence": { |
||||||
|
"trigger": "minecraft:inventory_changed", |
||||||
|
"conditions": { |
||||||
|
"items": [ |
||||||
|
{ |
||||||
|
"items": ["adorn:chain_link_fence"] |
||||||
|
} |
||||||
|
] |
||||||
|
} |
||||||
|
}, |
||||||
|
"has_chair": { |
||||||
|
"trigger": "minecraft:inventory_changed", |
||||||
|
"conditions": { |
||||||
|
"items": [ |
||||||
|
{ |
||||||
|
"tag": "adorn:chairs" |
||||||
|
} |
||||||
|
] |
||||||
|
} |
||||||
|
}, |
||||||
|
"has_chimney": { |
||||||
|
"trigger": "minecraft:inventory_changed", |
||||||
|
"conditions": { |
||||||
|
"items": [ |
||||||
|
{ "tag": "adorn:regular_chimneys" } |
||||||
|
] |
||||||
|
} |
||||||
|
}, |
||||||
|
"has_crate": { |
||||||
|
"trigger": "minecraft:inventory_changed", |
||||||
|
"conditions": { |
||||||
|
"items": [ |
||||||
|
{ |
||||||
|
"tag": "adorn:crates" |
||||||
|
} |
||||||
|
] |
||||||
|
} |
||||||
|
}, |
||||||
|
"has_coffee_table": { |
||||||
|
"trigger": "minecraft:inventory_changed", |
||||||
|
"conditions": { |
||||||
|
"items": [ |
||||||
|
{ "tag": "adorn:coffee_tables" } |
||||||
|
] |
||||||
|
} |
||||||
|
}, |
||||||
|
"has_drawer": { |
||||||
|
"trigger": "minecraft:inventory_changed", |
||||||
|
"conditions": { |
||||||
|
"items": [ |
||||||
|
{ |
||||||
|
"tag": "adorn:drawers" |
||||||
|
} |
||||||
|
] |
||||||
|
} |
||||||
|
}, |
||||||
|
"has_kitchen_counter": { |
||||||
|
"trigger": "minecraft:inventory_changed", |
||||||
|
"conditions": { |
||||||
|
"items": [ |
||||||
|
{ |
||||||
|
"tag": "adorn:kitchen_counters" |
||||||
|
} |
||||||
|
] |
||||||
|
} |
||||||
|
}, |
||||||
|
"has_kitchen_cupboard": { |
||||||
|
"trigger": "minecraft:inventory_changed", |
||||||
|
"conditions": { |
||||||
|
"items": [ |
||||||
|
{ |
||||||
|
"tag": "adorn:kitchen_cupboards" |
||||||
|
} |
||||||
|
] |
||||||
|
} |
||||||
|
}, |
||||||
|
"has_kitchen_sink": { |
||||||
|
"trigger": "minecraft:inventory_changed", |
||||||
|
"conditions": { |
||||||
|
"items": [ |
||||||
|
{ |
||||||
|
"tag": "adorn:kitchen_sinks" |
||||||
|
} |
||||||
|
] |
||||||
|
} |
||||||
|
}, |
||||||
|
"has_picket_fence": { |
||||||
|
"trigger": "minecraft:inventory_changed", |
||||||
|
"conditions": { |
||||||
|
"items": [ |
||||||
|
{ |
||||||
|
"items": ["adorn:picket_fence"] |
||||||
|
} |
||||||
|
] |
||||||
|
} |
||||||
|
}, |
||||||
|
"has_platform": { |
||||||
|
"trigger": "minecraft:inventory_changed", |
||||||
|
"conditions": { |
||||||
|
"items": [ |
||||||
|
{ |
||||||
|
"tag": "adorn:platforms" |
||||||
|
} |
||||||
|
] |
||||||
|
} |
||||||
|
}, |
||||||
|
"has_post": { |
||||||
|
"trigger": "minecraft:inventory_changed", |
||||||
|
"conditions": { |
||||||
|
"items": [ |
||||||
|
{ |
||||||
|
"tag": "adorn:posts" |
||||||
|
} |
||||||
|
] |
||||||
|
} |
||||||
|
}, |
||||||
|
"has_prismarine_chimney": { |
||||||
|
"trigger": "minecraft:inventory_changed", |
||||||
|
"conditions": { |
||||||
|
"items": [ |
||||||
|
{ "tag": "adorn:prismarine_chimneys" } |
||||||
|
] |
||||||
|
} |
||||||
|
}, |
||||||
|
"has_shelf": { |
||||||
|
"trigger": "minecraft:inventory_changed", |
||||||
|
"conditions": { |
||||||
|
"items": [ |
||||||
|
{ |
||||||
|
"tag": "adorn:shelves" |
||||||
|
} |
||||||
|
] |
||||||
|
} |
||||||
|
}, |
||||||
|
"has_sofa": { |
||||||
|
"trigger": "minecraft:inventory_changed", |
||||||
|
"conditions": { |
||||||
|
"items": [ |
||||||
|
{ |
||||||
|
"tag": "adorn:sofas" |
||||||
|
} |
||||||
|
] |
||||||
|
} |
||||||
|
}, |
||||||
|
"has_step": { |
||||||
|
"trigger": "minecraft:inventory_changed", |
||||||
|
"conditions": { |
||||||
|
"items": [ |
||||||
|
{ |
||||||
|
"tag": "adorn:steps" |
||||||
|
} |
||||||
|
] |
||||||
|
} |
||||||
|
}, |
||||||
|
"has_stone_ladder": { |
||||||
|
"trigger": "minecraft:inventory_changed", |
||||||
|
"conditions": { |
||||||
|
"items": [ |
||||||
|
{ |
||||||
|
"items": ["adorn:stone_ladder"] |
||||||
|
} |
||||||
|
] |
||||||
|
} |
||||||
|
}, |
||||||
|
"has_stone_torch": { |
||||||
|
"trigger": "minecraft:inventory_changed", |
||||||
|
"conditions": { |
||||||
|
"items": [ |
||||||
|
{ |
||||||
|
"items": ["adorn:stone_torch"] |
||||||
|
} |
||||||
|
] |
||||||
|
} |
||||||
|
}, |
||||||
|
"has_table": { |
||||||
|
"trigger": "minecraft:inventory_changed", |
||||||
|
"conditions": { |
||||||
|
"items": [ |
||||||
|
{ "tag": "adorn:tables" } |
||||||
|
] |
||||||
|
} |
||||||
|
}, |
||||||
|
"has_table_lamp": { |
||||||
|
"trigger": "minecraft:inventory_changed", |
||||||
|
"conditions": { |
||||||
|
"items": [ |
||||||
|
{ "tag": "adorn:table_lamps" } |
||||||
|
] |
||||||
|
} |
||||||
|
}, |
||||||
|
"has_trading_station": { |
||||||
|
"trigger": "minecraft:inventory_changed", |
||||||
|
"conditions": { |
||||||
|
"items": [ |
||||||
|
{ |
||||||
|
"items": ["adorn:trading_station"] |
||||||
|
} |
||||||
|
] |
||||||
|
} |
||||||
|
} |
||||||
|
} |
||||||
|
} |
@ -0,0 +1,6 @@ |
|||||||
|
// priority: 0
|
||||||
|
|
||||||
|
onEvent("recipes", event => { |
||||||
|
event.recipes.createMixing("immersiveengineering:treated_wood_horizontal", |
||||||
|
[ "#minecraft:planks", Fluid.of("immersiveengineering:creosote", 125) ]); |
||||||
|
}); |
@ -0,0 +1,45 @@ |
|||||||
|
// priority: 0
|
||||||
|
|
||||||
|
onEvent("recipes", event => { |
||||||
|
const toHammer = [ |
||||||
|
// Vanilla
|
||||||
|
"netherite", |
||||||
|
// Create
|
||||||
|
"brass", |
||||||
|
// Thermal Integration
|
||||||
|
"rose_gold", |
||||||
|
// Thermal Foundation
|
||||||
|
"tin", "bronze", "invar", |
||||||
|
"signalum", "lumium", "enderium", |
||||||
|
]; |
||||||
|
const toMetalPress = [ "netherite", "signalum", "lumium", "enderium", ]; |
||||||
|
const toMultiservoPress = [ "brass", "gold" ]; |
||||||
|
const toMechanicalPress = [ |
||||||
|
// Vanilla
|
||||||
|
"netherite", |
||||||
|
// Immersive Engineering
|
||||||
|
"aluminum", "uranium", "steel", |
||||||
|
// Thermal Integration
|
||||||
|
"rose_gold", |
||||||
|
// Thermal Foundation
|
||||||
|
"tin", "lead", "silver", "nickel", |
||||||
|
"bronze", "electrum", "invar", "constantan", |
||||||
|
"signalum", "lumium", "enderium", |
||||||
|
]; |
||||||
|
|
||||||
|
function get(material, shape) { return global.unification[material][shape][0]; } |
||||||
|
|
||||||
|
for (let material of toHammer) |
||||||
|
event.shapeless(get(material, "plate"), |
||||||
|
[ get(material, "ingot"), "immersiveengineering:hammer" ]); |
||||||
|
|
||||||
|
for (let material of toMetalPress) |
||||||
|
event.recipes.immersiveengineeringMetalPress(get(material, "plate"), |
||||||
|
get(material, "ingot"), "immersiveengineering:mold_plate"); |
||||||
|
|
||||||
|
for (let material of toMultiservoPress) |
||||||
|
event.recipes.thermal.press(get(material, "plate"), get(material, "ingot")); |
||||||
|
|
||||||
|
for (let material of toMechanicalPress) |
||||||
|
event.recipes.createPressing(get(material, "plate"), get(material, "ingot")); |
||||||
|
}); |
@ -0,0 +1,11 @@ |
|||||||
|
// priority: 200
|
||||||
|
|
||||||
|
global.unification = global.unification || { }; |
||||||
|
global.unification.brass = { |
||||||
|
nugget: [ "create:brass_nugget" ], |
||||||
|
ingot: [ "create:brass_ingot" ], |
||||||
|
block: [ "create:brass_block" ], |
||||||
|
|
||||||
|
plate: [ "create:brass_sheet" ], |
||||||
|
fluid: [ "tconstruct:molten_brass" ], |
||||||
|
}; |
@ -0,0 +1,12 @@ |
|||||||
|
// priority: 200
|
||||||
|
|
||||||
|
global.unification = global.unification || { }; |
||||||
|
global.unification.bronze = { |
||||||
|
nugget: [ "thermal:bronze_nugget" ], |
||||||
|
ingot: [ "thermal:bronze_ingot" ], |
||||||
|
block: [ "thermal:bronze_block" ], |
||||||
|
|
||||||
|
dust: [ "thermal:bronze_dust" ], |
||||||
|
plate: [ "thermal:bronze_plate" ], |
||||||
|
fluid: [ "tconstruct:molten_bronze" ], |
||||||
|
}; |
@ -0,0 +1,12 @@ |
|||||||
|
// priority: 200
|
||||||
|
|
||||||
|
global.unification = global.unification || { }; |
||||||
|
global.unification.enderium = { |
||||||
|
nugget: [ "thermal:enderium_nugget" ], |
||||||
|
ingot: [ "thermal:enderium_ingot" ], |
||||||
|
block: [ "thermal:enderium_block" ], |
||||||
|
|
||||||
|
dust: [ "thermal:enderium_dust" ], |
||||||
|
plate: [ "thermal:enderium_plate" ], |
||||||
|
fluid: [ "tconstruct:molten_enderium" ], |
||||||
|
}; |
@ -0,0 +1,12 @@ |
|||||||
|
// priority: 200
|
||||||
|
|
||||||
|
global.unification = global.unification || { }; |
||||||
|
global.unification.invar = { |
||||||
|
nugget: [ "thermal:invar_nugget" ], |
||||||
|
ingot: [ "thermal:invar_ingot" ], |
||||||
|
block: [ "thermal:invar_block" ], |
||||||
|
|
||||||
|
dust: [ "thermal:invar_dust" ], |
||||||
|
plate: [ "thermal:invar_plate" ], |
||||||
|
fluid: [ "tconstruct:molten_invar" ], |
||||||
|
}; |
@ -0,0 +1,12 @@ |
|||||||
|
// priority: 200
|
||||||
|
|
||||||
|
global.unification = global.unification || { }; |
||||||
|
global.unification.lumium = { |
||||||
|
nugget: [ "thermal:lumium_nugget" ], |
||||||
|
ingot: [ "thermal:lumium_ingot" ], |
||||||
|
block: [ "thermal:lumium_block" ], |
||||||
|
|
||||||
|
dust: [ "thermal:lumium_dust" ], |
||||||
|
plate: [ "thermal:lumium_plate" ], |
||||||
|
fluid: [ "tconstruct:molten_lumium" ], |
||||||
|
}; |
@ -0,0 +1,12 @@ |
|||||||
|
// priority: 200
|
||||||
|
|
||||||
|
global.unification = global.unification || { }; |
||||||
|
global.unification.rose_gold = { |
||||||
|
nugget: [ "thermal:rose_gold_nugget", "tconstruct:rose_gold_nugget" ], |
||||||
|
ingot: [ "thermal:rose_gold_ingot", "tconstruct:rose_gold_ingot" ], |
||||||
|
block: [ "thermal:rose_gold_block", "tconstruct:rose_gold_block" ], |
||||||
|
|
||||||
|
dust: [ "thermal:rose_gold_dust" ], |
||||||
|
plate: [ "thermal:rose_gold_plate" ], |
||||||
|
fluid: [ "tconstruct:molten_rose_gold" ], |
||||||
|
}; |
@ -0,0 +1,12 @@ |
|||||||
|
// priority: 200
|
||||||
|
|
||||||
|
global.unification = global.unification || { }; |
||||||
|
global.unification.signalum = { |
||||||
|
nugget: [ "thermal:signalum_nugget" ], |
||||||
|
ingot: [ "thermal:signalum_ingot" ], |
||||||
|
block: [ "thermal:signalum_block" ], |
||||||
|
|
||||||
|
dust: [ "thermal:signalum_dust" ], |
||||||
|
plate: [ "thermal:signalum_plate" ], |
||||||
|
fluid: [ "tconstruct:molten_signalum" ], |
||||||
|
}; |
@ -0,0 +1,19 @@ |
|||||||
|
// priority: 200
|
||||||
|
|
||||||
|
global.unification = global.unification || { }; |
||||||
|
global.unification.uranium = { |
||||||
|
nugget: [ "immersiveengineering:nugget_uranium" ], |
||||||
|
ingot: [ "immersiveengineering:ingot_uranium" ], |
||||||
|
block: [ "immersiveengineering:storage_uranium" ], |
||||||
|
|
||||||
|
ore: [ "immersiveengineering:ore_uranium" ], |
||||||
|
deep_ore: [ "immersiveengineering:deepslate_ore_uranium" ], |
||||||
|
|
||||||
|
raw: [ "immersiveengineering:raw_uranium" ], |
||||||
|
raw_block: [ "immersiveengineering:raw_block_uranium" ], |
||||||
|
|
||||||
|
crushed: [ "create:crushed_uranium_ore" ], |
||||||
|
dust: [ "immersiveengineering:dust_uranium" ], |
||||||
|
plate: [ "immersiveengineering:plate_uranium" ], |
||||||
|
fluid: [ "tconstruct:molten_uranium" ], |
||||||
|
}; |
@ -0,0 +1,13 @@ |
|||||||
|
name = "Chicken Drop Feathers" |
||||||
|
filename = "ChickenDropFeathers-1.0-fabric-0.46.2+1.18.jar" |
||||||
|
side = "both" |
||||||
|
|
||||||
|
[download] |
||||||
|
url = "https://cdn.modrinth.com/data/cmvYMLYd/versions/1.18/ChickenDropFeathers-1.0-fabric-0.46.2+1.18.jar" |
||||||
|
hash-format = "sha1" |
||||||
|
hash = "f2265f40cb281461cf4903c62446c74d19d75427" |
||||||
|
|
||||||
|
[update] |
||||||
|
[update.modrinth] |
||||||
|
mod-id = "cmvYMLYd" |
||||||
|
version = "FjxOiAaG" |
Loading…
Reference in new issue