glowstone and lamp balancing (#2581)
* glowstone and lamp balancing * moved glowstone thingies * fix evil glowstone recipes * make tungsten thingy have a liquid form * evil bronze recipes * fixed ratios (I'm a little special ok) * fixed ratios electric boogalo * deleted weird red alloy recipe + fixed abs temps * fixed ratios electrocution boogalo --------- Co-authored-by: Redeix <brayden.j.m.ford@gmail.com>
This commit is contained in:
parent
7dba518797
commit
5b60f268cf
4 changed files with 62 additions and 19 deletions
|
|
@ -288,7 +288,7 @@ const registerAdAstraRecipes = (event) => {
|
|||
//#region Decoration blocks
|
||||
|
||||
global.MINECRAFT_DYE_NAMES.forEach(color => {
|
||||
event.shaped(`ad_astra:${color}_industrial_lamp`, [
|
||||
event.shaped(`2x ad_astra:${color}_industrial_lamp`, [
|
||||
' N ',
|
||||
'DTD',
|
||||
' P '
|
||||
|
|
@ -300,7 +300,7 @@ const registerAdAstraRecipes = (event) => {
|
|||
})
|
||||
.id(`tfg:shaped/ad_astra_${color}_industrial_lamp`);
|
||||
|
||||
event.shaped(`ad_astra:small_${color}_industrial_lamp`, [
|
||||
event.shaped(`2x ad_astra:small_${color}_industrial_lamp`, [
|
||||
' N ',
|
||||
'DTD',
|
||||
' P '
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue