Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Turtle doesn't pick up blocks #128

Open
KingGh0st opened this issue Sep 26, 2022 · 15 comments
Open

Turtle doesn't pick up blocks #128

KingGh0st opened this issue Sep 26, 2022 · 15 comments
Labels
bug Something isn't working

Comments

@KingGh0st
Copy link

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

@KingGh0st KingGh0st added the bug Something isn't working label Sep 26, 2022
@Midnight-Github
Copy link

Midnight-Github commented Oct 13, 2022

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.

@Midnight-Github
Copy link

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

@Merith-TK
Copy link
Collaborator

Merith-TK commented Oct 14, 2022 via email

@Midnight-Github
Copy link

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

@Merith-TK
Copy link
Collaborator

send logs as well please,

@Midnight-Github
Copy link

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.

@Merith-TK
Copy link
Collaborator

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,

@Midnight-Github
Copy link

Do you mean this -
latest.log

@Merith-TK
Copy link
Collaborator

YES, that is what I need!

@Midnight-Github
Copy link

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?

@Merith-TK
Copy link
Collaborator

Merith-TK commented Oct 15, 2022

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,

@Midnight-Github
Copy link

  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

@Merith-TK
Copy link
Collaborator

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

@Midnight-Github
Copy link

Midnight-Github commented Oct 15, 2022

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.

@Midnight-Github
Copy link

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

3 participants