
Simple Greenhouse still not working. Wont plant and wont demolish correctly
VSanguinati opened this issue ยท 6 comments
Please fill out the details below before contributing
-
Forge Version: 2221
-
Calculator Version: 3.1.9
-
SonarCore Version: 3.2.5
-
Multiplayer or Singleplayer: SIngleplayer
-
Crash Report Link: No Crash
-
Affected Features: Simple Greenhouse Planting and Demolish
-
Description: Simple Greenhouse still not working. Wont plant and wont demolish correctly. Will not plant ANY seed from any mod. Demolish still leaves all the blocks on the ground but with the inability to pick them up. Greenhouse builds and functions fine otherwise. I have deleted all of the config files in an attempt to reset everything and still no joy.
Could you please check logs (SSP: log/fml-client-latest.log
, SMP: logs/fml-server-latest.log
on the server) if they have any exceptions regarding to SonarCore or Calculator? Thanks.
This is all I can come up with...all other logs have no errors I can find.
This was a fresh world with no mods other than Calculator and Sonar
Same issues/problems were present in this world with no other mods...
[13:50:45] [Client thread/ERROR]: +=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=
[13:50:45] [Client thread/ERROR]: The following texture errors were found.
[13:50:45] [Client thread/ERROR]: ==================================================
[13:50:45] [Client thread/ERROR]: DOMAIN calculator
[13:50:45] [Client thread/ERROR]: --------------------------------------------------
[13:50:45] [Client thread/ERROR]: domain calculator is missing 1 texture
[13:50:45] [Client thread/ERROR]: domain calculator has 2 locations:
[13:50:45] [Client thread/ERROR]: mod calculator resources at C:\Users\XXX\Documents\Curse\Minecraft\Instances\TEST\mods\Calculator-1.10.2-3.2.0.jar
[13:50:45] [Client thread/ERROR]: mod sonarcore resources at C:\Users\XXX\Documents\Curse\Minecraft\Instances\TEST\mods\SonarCore-1.10.2-3.2.6.jar
[13:50:45] [Client thread/ERROR]: -------------------------
[13:50:45] [Client thread/ERROR]: The missing resources for domain calculator are:
[13:50:45] [Client thread/ERROR]: textures/blocks/reinforcedstone.png
[13:50:45] [Client thread/ERROR]: -------------------------
[13:50:45] [Client thread/ERROR]: No other errors exist for domain calculator
[13:50:45] [Client thread/ERROR]: ==================================================
[13:50:45] [Client thread/ERROR]: +=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=
[13:50:59] [Server thread/INFO]: Starting integrated minecraft server version 1.10.2
Issue appears to also occur with the Advanced Greenhouse.
It appears to build / demolish fine, but it will not replant...
Found on versions:
Calculator-1.10.2-3.2.0
SonarCore-1.10.2-3.2.6
I found no errors for Calculator in my log.
As I really need to get this fixed, I investigated and found the following:
https://github.com/SonarSonic/Calculator/blob/1.10.2/src/main/java/sonar/calculator/mod/common/tileentity/TileEntityGreenhouse.java#L224
You changed plantCrops into 2 separate subfunctions, but the pos variable isn't the one from L196 which it is supposed to be. You need to add pos as a parameter to those 2 new functions.
Fixed in dev, thanks for helping @davqvist