GithubHelp home page GithubHelp logo

bonemealable-babies's People

Contributors

xbony2 avatar

Watchers

 avatar  avatar

bonemealable-babies's Issues

Particles do not appear when baby is bonemealed

Currently not sure why this is occurring, since the line that spawns the particles is about the same as vanilla Minecraft's. Coordinates given by the event seem to be correct.

Tested using 1.15 in Eclipse. I think it's fine for older version.

Port to 1.16.2

I know, 1.16.1->1.16.2. But for some reason, specifying a license in the mod toml is now required, or was required but may be in the future. I don't know, Forge is wildin'.

Maybe doesn't work

---- Minecraft Crash Report ----

WARNING: coremods are present:
  LoadingPlugin (ResourceLoader-MC1.12-1.5.2.jar)
  CTMCorePlugin (CTM-MC1.12-0.1.1.2.jar)
  CoreMod (Aroma1997Core-1.12-1.3.0.0.b94.jar)
  ForgeGroovePlugin (forgegroove-1.0.0a.jar)
  AstralCore (astralsorcery-1.5.8.jar)
  AppleCore (AppleCore-mc1.12-2.2.1.jar)
  ForgelinPlugin (Forgelin-1.5.0.jar)
  Inventory Tweaks Coremod (InventoryTweaks-1.63+dev.98.jar)
  LoadingPlugin (Quark-r1.2-99.jar)
  BlurPlugin (Blur-1.0.3-13.jar)
Contact their authors BEFORE contacting forge

// Why did you do that?

Time: 7/7/17 9:52 PM
Description: Unexpected error

groovy.lang.MissingPropertyException: No such property: isRemote for class: net.minecraft.client.multiplayer.WorldClient
	at org.codehaus.groovy.runtime.ScriptBytecodeAdapter.unwrap(ScriptBytecodeAdapter.java:53)
	at org.codehaus.groovy.runtime.callsite.GetEffectivePojoPropertySite.getProperty(GetEffectivePojoPropertySite.java:66)
	at org.codehaus.groovy.runtime.callsite.AbstractCallSite.callGetProperty(AbstractCallSite.java:296)
	at xbony2.bonemealablebabies.BonemealableBabies$BoneMealHandler.boneMealAnimals(BonemealableBabies.groovy:25)
	at net.minecraftforge.fml.common.eventhandler.ASMEventHandler_316_BoneMealHandler_boneMealAnimals_EntityInteractSpecific.invoke(.dynamic)
	at net.minecraftforge.fml.common.eventhandler.ASMEventHandler.invoke(ASMEventHandler.java:90)
	at net.minecraftforge.fml.common.eventhandler.EventBus.post(EventBus.java:179)
	at net.minecraftforge.common.ForgeHooks.onInteractEntityAt(ForgeHooks.java:1057)
	at net.minecraftforge.common.ForgeHooks.onInteractEntityAt(ForgeHooks.java:1051)
	at net.minecraft.client.multiplayer.PlayerControllerMP.func_187102_a(PlayerControllerMP.java:552)
	at net.minecraft.client.Minecraft.func_147121_ag(Minecraft.java:1560)
	at net.minecraft.client.Minecraft.func_184117_aA(Minecraft.java:2248)
	at net.minecraft.client.Minecraft.func_184118_az(Minecraft.java:2014)
	at net.minecraft.client.Minecraft.func_71407_l(Minecraft.java:1801)
	at net.minecraft.client.Minecraft.func_71411_J(Minecraft.java:1096)
	at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:397)
	at net.minecraft.client.main.Main.main(SourceFile:123)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at net.minecraft.launchwrapper.Launch.launch(Launch.java:135)
	at net.minecraft.launchwrapper.Launch.main(Launch.java:28)


A detailed walkthrough of the error, its code path and all known details is as follows:
---------------------------------------------------------------------------------------

-- Head --
Thread: Client thread
Stacktrace:
	at org.codehaus.groovy.runtime.ScriptBytecodeAdapter.unwrap(ScriptBytecodeAdapter.java:53)
	at org.codehaus.groovy.runtime.callsite.GetEffectivePojoPropertySite.getProperty(GetEffectivePojoPropertySite.java:66)
	at org.codehaus.groovy.runtime.callsite.AbstractCallSite.callGetProperty(AbstractCallSite.java:296)
	at xbony2.bonemealablebabies.BonemealableBabies$BoneMealHandler.boneMealAnimals(BonemealableBabies.groovy:25)
	at net.minecraftforge.fml.common.eventhandler.ASMEventHandler_316_BoneMealHandler_boneMealAnimals_EntityInteractSpecific.invoke(.dynamic)
	at net.minecraftforge.fml.common.eventhandler.ASMEventHandler.invoke(ASMEventHandler.java:90)
	at net.minecraftforge.fml.common.eventhandler.EventBus.post(EventBus.java:179)
	at net.minecraftforge.common.ForgeHooks.onInteractEntityAt(ForgeHooks.java:1057)
	at net.minecraftforge.common.ForgeHooks.onInteractEntityAt(ForgeHooks.java:1051)
	at net.minecraft.client.multiplayer.PlayerControllerMP.func_187102_a(PlayerControllerMP.java:552)
	at net.minecraft.client.Minecraft.func_147121_ag(Minecraft.java:1560)
	at net.minecraft.client.Minecraft.func_184117_aA(Minecraft.java:2248)
	at net.minecraft.client.Minecraft.func_184118_az(Minecraft.java:2014)

Which is strange, it seems to work alright in my dev environment.

Maybe changing it to getWorld()."isRemote" would work, but I dunno I'm too tired to test all of that now. lol no escaping it doesn't help

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.