OopsOnlyDelta / redeco

0 stars 0 forks source link

Compatibility with Diagonal Fences #1

Closed katubug closed 4 months ago

katubug commented 10 months ago

Is your feature request related to a problem? Please describe. Sort of. This is in my startup log:

[18:19:01] [Worker-ResourceReload-4/WARN]: Block 'redeco:warped_plank_fence' is using incompatible model 'net.minecraft.client.renderer.block.model.MultiVariant' and should be added to the 'diagonalfences:non_diagonal_fences' block tag. The model will not appear correctly under some circumstances!
[18:19:01] [Worker-ResourceReload-4/WARN]: Block 'redeco:spruce_plank_fence' is using incompatible model 'net.minecraft.client.renderer.block.model.MultiVariant' and should be added to the 'diagonalfences:non_diagonal_fences' block tag. The model will not appear correctly under some circumstances!
[18:19:01] [Worker-ResourceReload-4/WARN]: Block 'redeco:cherry_plank_fence' is using incompatible model 'net.minecraft.client.renderer.block.model.MultiVariant' and should be added to the 'diagonalfences:non_diagonal_fences' block tag. The model will not appear correctly under some circumstances!
[18:19:01] [Worker-ResourceReload-4/WARN]: Block 'redeco:birch_plank_fence' is using incompatible model 'net.minecraft.client.renderer.block.model.MultiVariant' and should be added to the 'diagonalfences:non_diagonal_fences' block tag. The model will not appear correctly under some circumstances!
[18:19:01] [Worker-ResourceReload-4/WARN]: Block 'redeco:jungle_plank_fence' is using incompatible model 'net.minecraft.client.renderer.block.model.MultiVariant' and should be added to the 'diagonalfences:non_diagonal_fences' block tag. The model will not appear correctly under some circumstances!
[18:19:01] [Worker-ResourceReload-4/WARN]: Block 'redeco:acacia_plank_fence' is using incompatible model 'net.minecraft.client.renderer.block.model.MultiVariant' and should be added to the 'diagonalfences:non_diagonal_fences' block tag. The model will not appear correctly under some circumstances!
[18:19:01] [Worker-ResourceReload-4/WARN]: Block 'redeco:crimson_plank_fence' is using incompatible model 'net.minecraft.client.renderer.block.model.MultiVariant' and should be added to the 'diagonalfences:non_diagonal_fences' block tag. The model will not appear correctly under some circumstances!
[18:19:01] [Worker-ResourceReload-4/WARN]: Block 'redeco:dark_oak_plank_fence' is using incompatible model 'net.minecraft.client.renderer.block.model.MultiVariant' and should be added to the 'diagonalfences:non_diagonal_fences' block tag. The model will not appear correctly under some circumstances!
[18:19:01] [Worker-ResourceReload-4/WARN]: Block 'redeco:mangrove_plank_fence' is using incompatible model 'net.minecraft.client.renderer.block.model.MultiVariant' and should be added to the 'diagonalfences:non_diagonal_fences' block tag. The model will not appear correctly under some circumstances!
[18:19:01] [Worker-ResourceReload-4/WARN]: Block 'redeco:oak_plank_fence' is using incompatible model 'net.minecraft.client.renderer.block.model.MultiVariant' and should be added to the 'diagonalfences:non_diagonal_fences' block tag. The model will not appear correctly under some circumstances!
[18:19:01] [Worker-ResourceReload-4/WARN]: Block 'redeco:bamboo_plank_fence' is using incompatible model 'net.minecraft.client.renderer.block.model.MultiVariant' and should be added to the 'diagonalfences:non_diagonal_fences' block tag. The model will not appear correctly under some circumstances!

And I would love for the mods to work nicely together.

Describe the solution you'd like I'd like for Re:Deco to have conditional compatibility for Diagonal Fences by adding their models to the mentioned block tags. Or even better, make them diagonal somehow? idk how that works.

OopsOnlyDelta commented 10 months ago

oops, didn't see this. ye, I'll look into it and see what I can do! never used diagonal fences before, so no promises cus i'm not sure how it works but if it's not difficult, sure!