1
0
mirror of https://github.com/SquidDev-CC/CC-Tweaked synced 2024-06-28 08:03:21 +00:00
CC-Tweaked/src/main/java/dan200/computercraft/shared/turtle
SquidDev 4c0fa1fabe Track which player "owns" a turtle
When a player places a turtle, they are marked as its owner. Any actions
they perform (such as breaking blocks, moving, etc...) are performed
using this player's game profile.

This allows turtles to work correctly with various permissions mods.
Previously you would have to whitelist all turtles in order for them to
function within a claim.
2018-02-04 21:35:21 +00:00
..
apis Java 8. Java 8. Does whatever Java 8 can. 2017-07-25 21:10:48 +01:00
blocks Track which player "owns" a turtle 2018-02-04 21:35:21 +00:00
core Track which player "owns" a turtle 2018-02-04 21:35:21 +00:00
entity Java 8. Java 8. Does whatever Java 8 can. 2017-07-25 21:10:48 +01:00
inventory Initial update to 1.12 2017-07-25 21:10:47 +01:00
items Java 8. Java 8. Does whatever Java 8 can. 2017-07-25 21:10:48 +01:00
recipes Initial update to 1.12 2017-07-25 21:10:47 +01:00
upgrades Track which player "owns" a turtle 2018-02-04 21:35:21 +00:00