cc-tweaked / cc-restitched

Other
80 stars 33 forks source link

Turtle doesn't pick up blocks #128

Open KingGh0st opened 1 year ago

KingGh0st commented 1 year ago

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

Midnight-Github commented 1 year ago

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 commented 1 year ago

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

Merith-TK commented 1 year ago

1.19.2 issue hasn't been looked into yet

1.18.2 do you have any performance or land claim mods? Is this reproducible in single player? And can you sent some logs and potentially an video demonstration of the bug at an cobblestone generator?

On Fri, Oct 14, 2022, 3:04 AM Kiwi-Co @.***> wrote:

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

— Reply to this email directly, view it on GitHub https://github.com/cc-tweaked/cc-restitched/issues/128#issuecomment-1278786422, or unsubscribe https://github.com/notifications/unsubscribe-auth/ACPQOXTVVTOVQE3ZVYH5V5DWDEVZ5ANCNFSM6AAAAAAQV5LO5Q . You are receiving this because you are subscribed to this thread.Message ID: @.***>

Midnight-Github commented 1 year ago

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 commented 1 year ago

send logs as well please,

Midnight-Github commented 1 year ago

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 commented 1 year ago

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 commented 1 year ago

Do you mean this - latest.log

Merith-TK commented 1 year ago

YES, that is what I need!

Midnight-Github commented 1 year ago

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 commented 1 year ago

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,

Midnight-Github commented 1 year ago
  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 commented 1 year ago

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

Midnight-Github commented 1 year ago

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 commented 1 year ago

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