Closed TheKidThatCodes closed 1 year ago
the debug stick can be used to fix the issue but that is not survival friendly
Wrong ID.
I also have this issue
Hi @TheKidThatCodes , i find how we can FIX that... i don't know why Fuzs didn't add config file to DiagonalFences mod, but we can fix it in another way. He add the Tag for fences that shouldn't be diagonal, so we should fix that by adding several code lines in that file. If you have installed OpenLoader mod, you also can fix it easily. Follow steps below and it will be fixed.
GAME SHOULD BE CLOSED
.json
file named non_diagonal_fences.json
,Open it and replace this code. Make sure that u have selected all code, jsut press Ctrl + A
and Ctrl + V
after copy code below:
{
"replace": false,
"values": [
{
"id": "assorteddecor:colorizer_fence",
"required": false
},
{
"id": "immersiveengineering:alu_fence",
"required": false
},
{
"id": "immersiveengineering:steel_fence",
"required": false
}
]
}
DON'T FORGET TO SAVE THAT FILE Here's result of that
I hope you did all things right and it help you to fix that issue.. P.S. Close the issue if you haven't any questions ;) P.S.S If u want to fix it with OpenLoader also write here, I'll help you as well
whats winrar?
Hi @TheKidThatCodes , i find how we can FIX that... i don't know why Fuzs didn't add config file to DiagonalFences mod, but we can fix it in another way. He add the Tag for fences that shouldn't be diagonal, so we should fix that by adding several code lines in that file. If you have installed OpenLoader mod, you also can fix it easily. Follow steps below and it will be fixed.
GAME SHOULD BE CLOSED
- Go to your Minecraft directory mods folder,
- Find there DiagonalFences-v3.1.0-1.18.2 and open it with WinRAR archiver,
- Open folder data>diagonalfences>tags>blocks and there you can find
.json
file namednon_diagonal_fences.json
,- Open it and replace this code. Make sure that u have selected all code, jsut press
Ctrl + A
andCtrl + V
after copy code below:{ "replace": false, "values": [ { "id": "assorteddecor:colorizer_fence", "required": false }, { "id": "immersiveengineering:alu_fence", "required": false }, { "id": "immersiveengineering:steel_fence", "required": false } ] }
DON'T FORGET TO SAVE THAT FILE Here's result of that
I hope you did all things right and it help you to fix that issue.. P.S. Close the issue if you haven't any questions ;) P.S.S If u want to fix it with OpenLoader also write here, I'll help you as well
this issue is meant for a permanent fix not some hacky patch
Winrar just like 7Zip
is there a macos alternative
as i said before, this issue is for a permanent fix, not a hacky patch
as i said before, this issue is for a permanent fix, not a hacky patch
It is what it is...
There is two ways in my opinion how to permanent fix it, and you also need to write that on Diagonal Fences issue page.
@TwistedGate Should add non_diagonal_fences
tag into the Steel Fence in he's code or Fuzs should add Config file for Diagonal Fences mod, where you can configurate which kind of fences will not able to be diagonal.
Should add non_diagonal_fences tag into the Steel Fence
Steel fences are from Immersive Engineering and not from IP.
And closing because Stale.
Minecraft Version
1.18.2
Immersive Engineering Version
1.18.2-8.2.2-154
Immersive Petroleum Version
4.0.0-16
Current Behaviour
diagonal fences mod makes it impossible to form the derrick multiblock Screenshot
Expected Behaviour
the multiblock forms and ignores that the fences are diagonal
Reproduction Steps
build derrick try to form it
Debug Crash Log
ByteBin or Crashy
Information for the reader.