CC: Restitched

CC: Restitched

3M Downloads

Turtle doesn't pick up blocks

KingGh0st opened this issue · 15 comments

commented

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

  1. Place a turtle
  2. Place coal in inventory slot 1
  3. Run excavate with any number
  4. 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

commented

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.

commented

I tried using the turtle.dig() function on another turtle which breaks and pickups the turtle.

commented
commented

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

commented

Do you mean this -
latest.log

commented

send logs as well please,

commented

YES, that is what I need!

commented

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.

commented

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,

commented

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?

commented

okay, three issues with yours Kiwi

  1. tlskincape mod is loaded, looked it up, appears that its something that never goes away after TLauncher
  2. 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 not Kiwi_Co as it is shown on Namemc,
  • Your Player UUID Does not exist
  • Could not validate Realms Server, Invalid Session ID
  1. Please have someone who is not using tlauncher, or login to test this. as I cannot test something I do not use,
  2. go get the actual fabric version of JEI,
commented
  1. I don't find that mod in my mod list
  2. I can't help it
  3. I don't have anyone who has bought Minecraft.
  4. Replaced JEI forge to fabric version as linked above
commented

Well, crap... Please DM me on discord at Merith#5829

commented

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.

commented

The author of LevelZ mod has fixed the issue in the newer version(1.19.2) so just ignore the above message.