cubex2 / customstuff4

A Minecraft mod for adding content
https://minecraft.curseforge.com/projects/custom-stuff-4
GNU General Public License v3.0
25 stars 14 forks source link

Problems like before the update.... #22

Closed MBelhardi closed 7 years ago

MBelhardi commented 7 years ago

Hello, I think you know what I want to say. The Problem is the exact same as before, when I try to make a block, and don't define subtypes, minecraft don't want to start (kicks me out while in startscreen, not even in the menu at that time). But this time, when I try to place a block, after I defined the subtypes, minecraft crashes:

The game crashed whilst unexpected error
The game crashed whilst unexpected error
Error: java.lang.IllegalArgumentException: Cannot get property PropertyDirection{name=facing, clazz=class net.minecraft.util.EnumFacing, values=[down, up, north, south, west, east]} as it does not exist in BlockStateContainer{block=minecraft:air, properties=[]}

latest.log.txt crash-2017-08-09_20.13.37-client.txt

MBelhardi commented 7 years ago

I'm sorry to say that part one of this isssue was a false alarm, after removing the "cs4mod"-folder, and changing the json-files, like the new examples, this problem is fixed. But as a said, I can't place the created block, I've tried it so far only with the directional blocks, but I will test it with other blocks, and will tell you they also can't be placed.;

The game crashed whilst unexpected error
The game crashed whilst unexpected error
Error: java.lang.IllegalArgumentException: Cannot get property PropertyDirection{name=facing, clazz=class net.minecraft.util.EnumFacing, values=[down, up, north, south, west, east]} as it does not exist in BlockStateContainer{block=minecraft:air, properties=[]}

latest.log_new.txt crash-2017-08-09_21.56.56-client.txt EDIT: So far I have tested succesfully the stairs, the slab and the normal block (block:simple), which I can place without a problem. I also tested the new drop-system, and here I found a little problem, when an item is defined, which shoul drop, but no amount, than nothing will drop. if an amount is also defined than all is correct. Thanks, that you added the additional drops, and the min/max-chance-drop-value. EDIT 2: tested the fence and got a new problem, it seems to be the same problem the directional blocks had. means, when you try to define a single fence (without subtypes) minecraft crashes.

The game crashed whilst there was a severe problem during mod loading that has caused the game to fail
The game crashed whilst there was a severe problem during mod loading that has caused the game to fail
Error: net.minecraftforge.fml.common.LoaderExceptionModCrash: Caught exception from Dead World (dead_world)

tested with the example, only tried to change it to a fence without subtypes. latest.log_new2.txt crash-2017-08-10_09.24.21-client.txt dead_world.zip

cubex2 commented 7 years ago

Uploaded a fix for these issues.