ferriarnus

Results 38 comments of ferriarnus

Restarted design. Hopefully this one does not violate the forge vanilla compat.

I don't think this is an issue, as they are only used on the server, not the client. This would not result in a desync.

> A vanilla client has no idea what this tag is and it might decide not to place the plant, while a server might I thought that, since the tag...

Now using the vanilla crop tag, so the tag desync is gone. All other tags except crops are optional, and should be used for mod compat only. Example, modded sand...

It is only server side, as it is used in villager ai.

> This may be a good time to revisit what goes into the tags. For me, I see 'beach' plants, OK does that mean gravel counts? probably not, even though...

This line has been part of forge for a long time from what I can see. Is the glazed terracotta needed or can it simply be removed? I don't think...

From what I see, most logic can simply be implemented by the modder, since it is a simple Block tag that is used (except BEACH).

I had another look at the IPlantable code and it does seem to have an important use to support crops working on farmland for villagers. Maybe just the "type" can...

> Well the whole point of this being in forge is for modders to have common stuff to use. If you are asking me to make my own conventions as...