mt-mods / plantlife_modpack

Other
6 stars 11 forks source link

woodsoils:dirt_with_leaves_2 isn't in use? #55

Open fluxionary opened 11 months ago

fluxionary commented 11 months ago

i'm not sure what the intention is, but there's no code which adds that node currently.

wsor4035 commented 11 months ago

link to where it is referenced?

OgelGames commented 11 months ago

Registered here: https://github.com/mt-mods/plantlife_modpack/blob/69e272cd64f5b21636d3f7fe3ca5ee99fb6a3ded/woodsoils/nodes.lua#L29-L50

And used here: https://github.com/mt-mods/plantlife_modpack/blob/69e272cd64f5b21636d3f7fe3ca5ee99fb6a3ded/woodsoils/generating.lua#L121-L151

fluxionary commented 11 months ago

well, that's an ABM that triggers if the node were in the world, but there's no code to add the node to the world, nor is there a recipe or other way for non-creative players to get a hold of it.

OgelGames commented 11 months ago

Hmm, looks like it should be used here: https://github.com/mt-mods/plantlife_modpack/blob/69e272cd64f5b21636d3f7fe3ca5ee99fb6a3ded/woodsoils/generating.lua#L28-L74