Every Compat (Wood Good)

Every Compat (Wood Good)

28M Downloads

[๐Ÿ—ƒ]: Nahuatl (Tinker's Construct)

WhyNotDogie opened this issue ยท 3 comments

commented

Code of Conduct

  • Always check you are using the latest version of the mods and its dependencies
  • The undetected WoodType must have 3 unique wordings as a name. Example: enlightened_end:void_shale_bricks
  • Check the undetected WoodType for the sound, if it's not BASE_DRUM, then it's an issue on the WoodType's mod. Report it to the DEV
  • Check whether there are a similar issue listed or not.
  • I HAVE READ ABOVE & CONFIRMED THEM.

Version - Loader (DO NOT FORGET TO SELECT THE CORRECT VERSION)

1.20.1 - FORGE

Name of Wood Mod

Tinker's construct (tconstruct)

List of Undetected WoodTypes

I don't understand the second and third check box. I checked them cause it's mandatory but who knows. Anyways the Nahuatl wood type from tinker's construct does not seem to get anything generated. Tested with tconstruct and re:deco on 1.20.1 forge.

Other Details

No response

commented

I see what presumably is the issue. Nahuatl does not have any logs, just planks. What should EC do with this edge case?

commented

Nahuati must have log along with the planks. "edge case", what do you mean by that?

EC use logs and planks for a lot of things: recipes, textures for supported blocks from varying mods

EDIT:
to clarify your confusion.

2nd point: is very rare: Moonlight Lib won't able to detect 2 words without the "log" or "planks" for the name of a WoodTyype.

it's better to manually add it.

3rd point: you place the log under the "note" block that generate its sound. the sound would be "BASE_DRUM". Moonlight detect logs by the sounds

I'll see if i can improve the 2 points so a user do not get confused like you did.

commented

See #1014.