Giter VIP home page Giter VIP logo

Comments (8)

SoSeDiK avatar SoSeDiK commented on June 9, 2024

It works for me. I'm pretty sure you are using the old EG build since NPE can't be thrown in that part of code right now.
Thanks anyway, I figured out that trees weren't able to grow in CAVE_AIR because of this issue report.

from exoticgarden.

mrcoffee1026 avatar mrcoffee1026 commented on June 9, 2024

This is dev version 6 which I believe is the latest. I was attempting to grow above ground at y=64 so I'm not sure what would have prevented it from being grown here.

from exoticgarden.

SoSeDiK avatar SoSeDiK commented on June 9, 2024

Oh, I see. Yes, I changed some code related to Schematics. Can you try it with #54?
Edit: Nevermind, just wait for a new dev build :)

from exoticgarden.

mrcoffee1026 avatar mrcoffee1026 commented on June 9, 2024

Yeah will do. I saw your changes included non-decaying leaf blocks for the bushes... AWESOME. Seems to be slow going getting new builds on the repo server but I have another two plugins taking forever with patches right now too, so I'll have to wait for the upgrade anyway. Thanks again!

from exoticgarden.

SoSeDiK avatar SoSeDiK commented on June 9, 2024

@mrcoffee1026, new build is available now.
I would be happy to hear if the issue is solved :)

from exoticgarden.

mrcoffee1026 avatar mrcoffee1026 commented on June 9, 2024

Ok tried planting another and got a similar console error to go with a vanilla oak tree that grew in place of the oak apple tree I planted:

[14:04:35] [Server thread/ERROR]: Could not pass event StructureGrowEvent to ExoticGarden vDEV - 7 (git 521654c0) org.bukkit.event.EventException: null at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:309) ~[spigot-1.13.2-R0.1-SNAPSHOT.jar:git-Spigot-3cb9dcb-8b1588e] at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:62) ~[spigot-1.13.2-R0.1-SNAPSHOT.jar:git-Spigot-3cb9dcb-8b1588e] at org.bukkit.plugin.SimplePluginManager.fireEvent(SimplePluginManager.java:501) ~[spigot-1.13.2-R0.1-SNAPSHOT.jar:git-Spigot-3cb9dcb-8b1588e] at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:486) ~[spigot-1.13.2-R0.1-SNAPSHOT.jar:git-Spigot-3cb9dcb-8b1588e] at net.minecraft.server.v1_13_R2.ItemStack.placeItem(ItemStack.java:180) ~[spigot-1.13.2-R0.1-SNAPSHOT.jar:git-Spigot-3cb9dcb-8b1588e] at net.minecraft.server.v1_13_R2.PlayerInteractManager.a(PlayerInteractManager.java:511) ~[spigot-1.13.2-R0.1-SNAPSHOT.jar:git-Spigot-3cb9dcb-8b1588e] at net.minecraft.server.v1_13_R2.PlayerConnection.a(PlayerConnection.java:1237) ~[spigot-1.13.2-R0.1-SNAPSHOT.jar:git-Spigot-3cb9dcb-8b1588e] at net.minecraft.server.v1_13_R2.PacketPlayInUseItem.a(PacketPlayInUseItem.java:37) ~[spigot-1.13.2-R0.1-SNAPSHOT.jar:git-Spigot-3cb9dcb-8b1588e] at net.minecraft.server.v1_13_R2.PacketPlayInUseItem.a(PacketPlayInUseItem.java:1) ~[spigot-1.13.2-R0.1-SNAPSHOT.jar:git-Spigot-3cb9dcb-8b1588e] at net.minecraft.server.v1_13_R2.PlayerConnectionUtils.lambda$0(PlayerConnectionUtils.java:9) ~[spigot-1.13.2-R0.1-SNAPSHOT.jar:git-Spigot-3cb9dcb-8b1588e] at java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) [?:1.8.0_201] at java.util.concurrent.FutureTask.run(Unknown Source) [?:1.8.0_201] at net.minecraft.server.v1_13_R2.SystemUtils.a(SourceFile:199) [spigot-1.13.2-R0.1-SNAPSHOT.jar:git-Spigot-3cb9dcb-8b1588e] at net.minecraft.server.v1_13_R2.MinecraftServer.b(MinecraftServer.java:896) [spigot-1.13.2-R0.1-SNAPSHOT.jar:git-Spigot-3cb9dcb-8b1588e] at net.minecraft.server.v1_13_R2.DedicatedServer.b(DedicatedServer.java:417) [spigot-1.13.2-R0.1-SNAPSHOT.jar:git-Spigot-3cb9dcb-8b1588e] at net.minecraft.server.v1_13_R2.MinecraftServer.a(MinecraftServer.java:831) [spigot-1.13.2-R0.1-SNAPSHOT.jar:git-Spigot-3cb9dcb-8b1588e] at net.minecraft.server.v1_13_R2.MinecraftServer.run(MinecraftServer.java:729) [spigot-1.13.2-R0.1-SNAPSHOT.jar:git-Spigot-3cb9dcb-8b1588e] at java.lang.Thread.run(Unknown Source) [?:1.8.0_201] Caused by: java.lang.NullPointerException at me.mrCookieSlime.ExoticGarden.Schematic.Schematic.pasteSchematic(Schematic.java:112) ~[ExoticGarden-7.jar:?] at me.mrCookieSlime.ExoticGarden.PlantsListener.onGrow(PlantsListener.java:55) ~[ExoticGarden-7.jar:?] at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_201] at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) ~[?:1.8.0_201] at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) ~[?:1.8.0_201] at java.lang.reflect.Method.invoke(Unknown Source) ~[?:1.8.0_201] at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:305) ~[spigot-1.13.2-R0.1-SNAPSHOT.jar:git-Spigot-3cb9dcb-8b1588e] ... 17 more

from exoticgarden.

SoSeDiK avatar SoSeDiK commented on June 9, 2024

It's more like the Schematic is broken, I don't get this error.
Can you try to regenarate them?

from exoticgarden.

mrcoffee1026 avatar mrcoffee1026 commented on June 9, 2024

yeh! That was the problem. Removed the folder after rebooting the apple grew just fine, thanks much!

from exoticgarden.

Related Issues (20)

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.