Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Problems like before the update.... #22

Closed
MBelhardi opened this issue Aug 9, 2017 · 2 comments
Closed

Problems like before the update.... #22

MBelhardi opened this issue Aug 9, 2017 · 2 comments

Comments

@MBelhardi
Copy link

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
Copy link
Author

MBelhardi commented Aug 9, 2017

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
Copy link
Owner

cubex2 commented Aug 10, 2017

Uploaded a fix for these issues.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants