diff --git a/kubejs/client_scripts/lang_modifications.js b/kubejs/client_scripts/lang_modifications.js index e7d9c8d06..fe18d00dd 100644 --- a/kubejs/client_scripts/lang_modifications.js +++ b/kubejs/client_scripts/lang_modifications.js @@ -89,6 +89,20 @@ const entries = { } ], create: [ + { + key: 'block.create.ornate_iron_window', + value: { + normal: 'Ornate Iron Window', + expert: 'Ornate Framed Window' + } + }, + { + key: 'block.create.ornate_iron_window_pane', + value: { + normal: 'Ornate Iron Window Pane', + expert: 'Ornate Framed Window Pane' + } + }, { key: 'block.create.industrial_iron_block', value: { diff --git a/kubejs/server_scripts/expert/recipes/create/shapeless.js b/kubejs/server_scripts/expert/recipes/create/shapeless.js index 8bd66a9d1..355e7e87c 100644 --- a/kubejs/server_scripts/expert/recipes/create/shapeless.js +++ b/kubejs/server_scripts/expert/recipes/create/shapeless.js @@ -35,6 +35,11 @@ ServerEvents.recipes((event) => { output: '9x ars_nouveau:greater_experience_gem', inputs: ['create:experience_block'], id: `create:crafting/materials/experience_nugget_from_block` + }, + { + output: 'create:ornate_iron_window', + inputs: ['quark:framed_glass'], + id: 'create:ornate_iron_window' } ]; diff --git a/kubejs/server_scripts/expert/recipes/thermal/shaped.js b/kubejs/server_scripts/expert/recipes/thermal/shaped.js index fce5e360e..8e835147d 100644 --- a/kubejs/server_scripts/expert/recipes/thermal/shaped.js +++ b/kubejs/server_scripts/expert/recipes/thermal/shaped.js @@ -508,7 +508,7 @@ ServerEvents.recipes((event) => { pattern: [' A ', ' BA', 'A '], key: { A: '#forge:ingots/bronze', - B: '#forge:gears/bronze' + B: 'thermal:blue_rockwool' }, id: 'thermal:tools/wrench' },