DynamicTreesTeam / DynamicTrees-ExC

Compatibility add-on for Dynamic Trees and multiple mods. This project also includes Dynamic Trees for Natura, Twilight Forest and The BetweenLands
27 stars 4 forks source link

[Dt Quark] Seeds can't be planted on turf #80

Closed WenXin20 closed 2 years ago

WenXin20 commented 2 years ago

Minecraft v1.16.5 Forge v36.2.4 Dt Quark v2.1.0

I've noticed that currently Quark's Turf block is missing from the soil_properties folder. Saplings can also be planted on turf stairs if the half blockstate is set to top and on turf slabs if the type blockstate is set to top or double, and vertical turf slabs if the type is double. Though not sure if soils can consider blockstates.

Also noticed that rooty glowcelium doesn't produce particles, although thats pretty minor.

data & blockstate for turf: turf.zip

Harleyoc1 commented 2 years ago

Adding support for planting on the turf stairs/slabs should be possible but will require custom RootyBlock implementations. We could potentially add these to base DT since it seems inevitable some other mods will also require this functionality.

supermassimo commented 2 years ago

Added turf support on DT-Quark 2.1.1 Support for slab and stair turf blocks will be implemented in the future.