Ray's Dongles

Ray's Dongles

241k Downloads

Possible mod conflict with grass drops - Prefab

ProsperCraft opened this issue ยท 16 comments

commented

Brian-Wuest/MC-Prefab#104
Just added prefab to the pack, it used to crash before it updated, now it just fails to place blocks.

Slurpies Dongles-1.14.4-2.0.3

commented

There shouldn't be a conflict with grass drops if that is what you are referring to. I no longer use the method of json, or injecting for grass drops. Un-fortunately the method im using isin't the best for adding drops, but it shouldn't cause conflict. I'm out of ideas on what to do for grass drops until Forge implements the new PR. Although don't see how my current method of grass drops would cause any conflicts.

commented

Try downgrading my version of slurpies dongles to 1.0.8 and see if the issue persists. If it doesn't, then that would be my mod at fault with the method im using for implementing grass drops. Keep me updated, thanks

commented

I see the other persons reply. As a workaround what ill do is disable my crops dropping from grass seeds, and create a bush that spawns around the world similar to grass so when the player breaks that, they will obtain my crops.

commented

You want me to downgrade to 1.08(is this built on forge .45?) or wait for the update?

commented

Yes 1.0.8 is on Forge 45. Yeah try that in the meantime. See if it still happens. If it doesn't, its my mod. If it does, its not. Either way the updates coming out soonish, but give that a try and see what happens. Thanks

commented

Totally works with 1.08

commented

On a side note, your corn dropped from the grass that prefab broke.

commented

Not sure what that means from your last comment? & okay, update will be out soon for Wild Crops

commented

When you place a prefab house, it breaks the blocks and voids them and breaks the grass and doesn't void the flowers and seeds, I got one of your mods corn seeds.

commented

Oh. Thats probably because of the method I was using to spawn seeds in the world from breaking grass

commented

Update should be out in about 10 minutes. This will by default, enable a Wild Crops plant to spawn around the world. In the configs you are able to enable or disable this.(By disabling this, you will no longer be able to obtain my crops. Also if you disable in pre-loaded chunks obviously the crops that already spawned will stay. This will also require new chunks to find the plant) My crops will no longer drop from breaking grass. Also in the configs you can configure how often the Wild Crops spawns. On another note, this should stop the stacktrace on your server as well.

commented

I am still seeing this issue with version 2.0.4c. The Prefab Starter house won't place and instead prints an error in the log.

Please see Brian-Wuest/MC-Prefab#110 for more info.

commented

Looks like i forgot to remove the OnBlockBreak event being called, this is no longer used as i now use wild crops to drop my seed and food items, i will try and get an update out asap and fix this. Currently at work. Sorry i forgot to remove this!

commented

Thanks! No rush needed.

commented

Issue should be fixed in latest release @WenXin20 2.0.4d.

commented

Thanks!