Open song682 opened 4 months ago
Tangentially related: All of those blocks are coming in EFR 2.6.1
Tangentially related: All of those blocks are coming in EFR 2.6.1
OKOK
Tangentially related: All of those blocks are coming in EFR 2.6.1
Go off on a tangent, I wanna a explain about why I can't use matchBlocks
in CTM in order to connect colorless glass?
I even use the same flie in the ctm folder.
[1.7.10]ConnectingGlassReCom[v1.4.3].zip
This is the texture pack.
Tangentially related: All of those blocks are coming in EFR 2.6.1
Go off on a tangent, I wanna a explain about why I can't use
matchBlocks
in CTM in order to connect colorless glass? I even use the same flie in the ctm folder. [1.7.10]ConnectingGlassReCom[v1.4.3].zip This is the texture pack.
Thta is likely a bug in the MCPatcher CTM port.
While
isOpaque
was enabled (The function of isOpaque can be seen at here), Notfine 0.2.5 will crash with CustomThings. here is my CustomThings' config of customBlock.json{"data": [ { "name": "copper_grate", "type": "metal", "shape": "normal", "hardness": 1.0, "resistance": 8.0, "harvestLevel": 2, "toolType": "pickaxe", "isOpaque": false, "maxStackSize": 64 }, { "name": "polished_tuff", "type": "rock", "shape": "normal", "hardness": 1.0, "resistance": 6.0, "harvestLevel": 1, "toolType": "pickaxe", "isOpaque": true, "maxStackSize": 64 }, { "name": "tuff_bricks", "type": "rock", "shape": "normal", "hardness": 1.0, "resistance": 6.0, "harvestLevel": 2, "toolType": "pickaxe", "isOpaque": true, "maxStackSize": 64 } ] }
Can you post a crash log please?
@KibaTheBarbarian I think you also know of a one or two other mods that allow you to add custom blocks using a config. Maybe they will work?
While
isOpaque
was enabled (The function of isOpaque can be seen at here), Notfine 0.2.5 will crash with CustomThings. here is my CustomThings' config of customBlock.json{"data": [ { "name": "copper_grate", "type": "metal", "shape": "normal", "hardness": 1.0, "resistance": 8.0, "harvestLevel": 2, "toolType": "pickaxe", "isOpaque": false, "maxStackSize": 64 }, { "name": "polished_tuff", "type": "rock", "shape": "normal", "hardness": 1.0, "resistance": 6.0, "harvestLevel": 1, "toolType": "pickaxe", "isOpaque": true, "maxStackSize": 64 }, { "name": "tuff_bricks", "type": "rock", "shape": "normal", "hardness": 1.0, "resistance": 6.0, "harvestLevel": 2, "toolType": "pickaxe", "isOpaque": true, "maxStackSize": 64 } ] }
Can you post a crash log please?
here :
crash-2024-08-05_13.31.00-client.txt
And I also comment another issues about wrong connections.
https://github.com/jss2a98aj/NotFine/issues/38#issuecomment-2241199368
For future reference, it is a better idea to use Gist or a paste website. It's annoying to have to download your crash report just to view it.
For future reference, it is a better idea to use Gist or a paste website. It's annoying to have to download your crash report just to view it.
Oh, okay, Sorry. @Roadhog360
Np I'll download it this time but wanted to let you know :)
And a collapse with Xaero's MiniMap & WorldMap.
crash-2024-08-07_00.00.04-client
A lot of weird render problem when I'm scrolling the Decoration Block tab, caused when I scroll down, after the Work Bench, Furnace, & Chest. A lot of blocks disappear. And then those blocks on the top of them has been rendering weirdly.This is the picture. And I even can't get a block.(Maybe I need to mention it to Xaero.)
If this is for a different mod, please open separate issues
If this is for a different mod, please open separate issues
Ok, I'll.
And a collapse with Xaero's MiniMap & WorldMap. crash-2024-08-07_00.00.04-client A lot of weird render problem when I'm scrolling the Decoration Block tab, caused when I scroll down, after the Work Bench, Furnace, & Chest. A lot of blocks disappear. And then those blocks on the top of them has been rendering weirdly.This is the picture. And I even can't get a block.(Maybe I need to mention it to Xaero.)
This particular issue should already be fixed in dev. I need to release an update soon.
And a collapse with Xaero's MiniMap & WorldMap. crash-2024-08-07_00.00.04-client A lot of weird render problem when I'm scrolling the Decoration Block tab, caused when I scroll down, after the Work Bench, Furnace, & Chest. A lot of blocks disappear. And then those blocks on the top of them has been rendering weirdly.This is the picture. And I even can't get a block.(Maybe I need to mention it to Xaero.)
This particular issue should already be fixed in dev. I need to release an update soon.
OK
While
isOpaque
was enabled (The function of isOpaque can be seen at here), Notfine 0.2.5 will crash with CustomThings. here is my CustomThings' config of customBlock.json