fixes
This commit is contained in:
parent
9fd28ea4a6
commit
2a48cc5077
5 changed files with 5 additions and 26 deletions
|
|
@ -1,21 +0,0 @@
|
|||
{
|
||||
default_hide_dependency_lines: false
|
||||
default_quest_shape: ""
|
||||
filename: "bronze_age"
|
||||
group: ""
|
||||
icon: {
|
||||
Count: 1b
|
||||
ForgeCaps: {
|
||||
"tfc:item_heat": {
|
||||
heat: 0.0f
|
||||
ticks: 0L
|
||||
}
|
||||
}
|
||||
id: "gtceu:bronze_ingot"
|
||||
}
|
||||
id: "5CAC071A36A0E3CE"
|
||||
order_index: 1
|
||||
quest_links: [ ]
|
||||
quests: [ ]
|
||||
title: "Bronze Age"
|
||||
}
|
||||
|
|
@ -5,7 +5,7 @@
|
|||
group: ""
|
||||
icon: "minecraft:bedrock"
|
||||
id: "73F3EFA4BB543915"
|
||||
order_index: 3
|
||||
order_index: 2
|
||||
quest_links: [ ]
|
||||
quests: [{
|
||||
id: "71F3AD23B0C6BF7F"
|
||||
|
|
|
|||
|
|
@ -5,7 +5,7 @@
|
|||
group: ""
|
||||
icon: "minecraft:bedrock"
|
||||
id: "1BE688FC900D9161"
|
||||
order_index: 4
|
||||
order_index: 3
|
||||
quest_links: [ ]
|
||||
quests: [{
|
||||
id: "417E70F0448DD049"
|
||||
|
|
|
|||
|
|
@ -14,7 +14,7 @@
|
|||
id: "gtceu:steel_ingot"
|
||||
}
|
||||
id: "0614D8560F1585FA"
|
||||
order_index: 2
|
||||
order_index: 1
|
||||
quest_links: [{
|
||||
id: "582A6B4135EABE27"
|
||||
linked_quest: "5C7B69F45F076A79"
|
||||
|
|
|
|||
|
|
@ -59,12 +59,12 @@ const registerChiselAndBitsRecipes = (event) => {
|
|||
// Герметик
|
||||
event.shapeless('chiselsandbits:sealant', [
|
||||
'minecraft:slimeball',
|
||||
'#forge:honey_jar'
|
||||
'firmalife:raw_honey'
|
||||
]).id('tfg:chiselsandbits/shapeless/sealant_from_slimeballs')
|
||||
|
||||
event.shapeless('chiselsandbits:sealant', [
|
||||
'tfc:glue',
|
||||
'#forge:honey_jar'
|
||||
'firmalife:raw_honey'
|
||||
]).id('tfg:chiselsandbits/shapeless/sealant_from_glue')
|
||||
|
||||
// Резной принтер
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue