Turtle doesn't pick up blocks
KingGh0st opened this issue · 15 comments
Minecraft Version
1.19.x
Version
1.101.2
Details
Expected behaviour
When the turtle breaks blocks it picks them up
Actual behaviour
Any block broken with tunnel or excavate program does not enter into the turtle inventory
Detailed reproduction steps
- Place a turtle
- Place coal in inventory slot 1
- Run excavate with any number
- Blocks are not being picked up by turtle
Additional notes
It's Minecraft 1.19.2 but I haven't any problems with any other part of the mod
Same problem in version [1.18.2] 1.100.8.
Solution -
turtle.dig() command should break the block in front of it as well as copy the block in its inventory. Not sure if this works but can try /give command to the turtle with respective id.
I tried using the turtle.dig() function on another turtle which breaks and pickups the turtle.
It works fine without any other mods so there is some incompatibility with my mods. Please help me find which mod is incompatible.
Here is the video - https://drive.google.com/file/d/1XYzeYHMVy8iBO2iovuvTR3l8SUKlvvvh/view?usp=sharing
and here are the mods - https://drive.google.com/drive/folders/1gdhBOYbPslRAtZJQNsL4PTroRXK7qEbl?usp=sharing
Do you mean this -
latest.log
By logs I assume crash report.
The game is running fine but just the items are not getting picked up by the turtle. Crash report is not generated.
logs are
latest.log AND crash report (if applicable)
if you use MultiMC/PolyMC launcher, there is an upload button that details everything in the logs it uploads
Java, System, Mods, (by filename), Fabric/Quilt/Forge, what versions of mods, etc
we need at minimum latest.log
up to the point in which you have recreated the issue,
Last I booted MC with only cc restitched and fabric api mods to check if it's reproducible. Should I load all the mods and resend the log?
okay, three issues with yours Kiwi
tlskincape
mod is loaded, looked it up, appears that its something that never goes away after TLauncher- going over logs, it appears you are loading without an account that owns it,
- Minecraft will log the username with Capital Letters in your log when you load the game, your usernae in logs is
kiwi_co
, and notKiwi_Co
as it is shown on Namemc, - Your Player UUID Does not exist
- Could not validate Realms Server, Invalid Session ID
- Please have someone who is not using tlauncher, or login to test this. as I cannot test something I do not use,
- go get the actual fabric version of JEI,
- https://www.curseforge.com/minecraft/mc-mods/jei/files/3969049
- you have the forge jar in your mods folder,
- I don't find that mod in my mod list
- I can't help it
- I don't have anyone who has bought Minecraft.
- Replaced JEI forge to fabric version as linked above
Finally found out the incompatible mod and that is levelZ(https://www.curseforge.com/minecraft/mc-mods/levelz). If possible please add compatibility with levelZ and CC: restitched mod.
levelZ in adds RPG levels to minecraft. Each level unlocks certain things like being able to use higher tier pickaxe and etc. The problem is that it considers the turtle as a player so it cannot use diamond pickaxe to mine stuff as it is considered level 0 for the mod.