Every Compat (Wood Good)

Every Compat (Wood Good)

28M Downloads

[๐Ÿ—ƒ]: Dungeon's Delight support

Closed this issue ยท 18 comments

commented

Code Of Conduct

  • See EC Backlog if someone already suggested a mod that you are going to suggest.
  • The mod MUST contain variant WoodType: OAK or other vanilla WoodTypes for ITEM or BLOCK
  • Consider requesting EC compatibility to the target mod. Adding direct EC support on their side is the preferreed way as to minimize maintenance and future proof the module. this can be done following the mod readme

Curseforge (Normal)

https://modrinth.com/mod/dungeons_delight

Curseforge-Fabric (Optional)

No response

Version Loader Availability

  • 1.19.2 | FABRIC
  • 1.20.1 | FABRIC
  • 1.21.1 | FABRIC
  • 1.19.2 | FORGE
  • 1.20.1 | FORGE
  • 1.21.1 | NEOFORGE

MODID

dungeonsdelight

Types

The wormwood wood type from dungeon's delight is not detected by every compat and thus no woodworks sawmill recipes are generated.

Optional Information

No response

commented

Next time, use Undetected WoodType

commented

my mistake

commented

check each issue's description, they have purpose.

so i need to know what's the ID of WoodType:

  • LOG:
  • Planks:

if WoodType's children use the planks' name instead of log's name, then list the children's ID

commented

There are no logs. The planks are crafted directly 2x2 from an unrelated item.

Image

The planks's location is dungeonsdelight:wormwood_planks

commented

oh ok. it must have "Log" because WoodType are detected by 2 things: log & planks

so it's not possible to add that WoodType.

commented

If a log is necessary you can try dungeonsdelight:wormroots_block, which are made from 9 wormroot tendrils analogously to bamboo

commented

WORMROOTS BLOCK with an S

commented

I am also willing to add this myself if you guys don't want to support logs that are not canonical. is there any documentation to how the every compat detection system works?

commented

that's fine. I can add it in Moonlight lib. block is good enough for LOG and planks for planks

  • LOG: dungeonsdelight:wormroots_block
  • PLANKS: dungeonsdelight:wormroots_planks

are they correct?

commented

NO!!
It is actually
log: dungeonsdelight:wormroots_block
planks: dungeonsdelight:wormwood_planks wormWOOD planks

This is correct 100%

commented

ok good thing I checked.

the children is using wormroots or do they use wormwood? By children, i'm talking about door, stairs, slab, fence, fence_gate so on.

EDIT: is there no stripped for the woodtype?

commented

there is no stripped for this woodtype so no hanging signs. The children use wormwood, wormwood doors are dungeonsdelight:wormwood_door for example. Dungeon's delight natively adds a cabinet as farmer's delight support, if that matters.

commented

ADDED in:

  • Moonlight v2.23.13 (1.21.1)
  • Moonlight v2.16.14 (1.20.1)
commented

Could you also add this in 1.20.1 :3

commented

yes i know. Check the label, it has 1.20.1-FORGE & it's why this issue haven't closed yet

commented

oh sorry !!

commented

no worries

commented

Done