Compat Issue with diagonal fences mod
TheKidThatCodes opened this issue ยท 12 comments
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
Information for the reader.
- Add a ๐ to the bug report if you are also affected. This helps show the severity of this bug report and doesn't clutter the comments.
- Add a comment if you have any insights or background information that isn't already part of the conversation.
the debug stick can be used to fix the issue but that is not survival friendly
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.
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
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 is just for MacOs too, you can downlaod it here