xmamo / minecraft-barebones

Essential functionality for vanilla Minecraft servers and Realms
Mozilla Public License 2.0
5 stars 0 forks source link

tick -- "replace: false"? #6

Closed Romaq closed 6 years ago

Romaq commented 6 years ago

Per tick.json

{ "values": [ "b7s:tick" ] }

Should "replace": false, be in there so it wouldn't overwrite anyone else's "tick"? Or would this need to be loaded in before anyone else's?

xmamo commented 6 years ago

You're right, however replace defaults to false, as specified by the Minecraft wiki.

Romaq commented 6 years ago

Ah. I'm still learning the ropes on this thing.

xmamo commented 6 years ago

No problem!