Every Compat (Stone Zone)

Every Compat (Stone Zone)

39.2k Downloads

[๐Ÿž]: Terrafirmacraft + Chipped conflict with vanilla stone types

Danieltl21 opened this issue ยท 4 comments

commented

Code of Conduct

  • Always check you are using the latest version of the mods and its dependencies
  • Ensure the version of EveryCompat & Moonlight Lib are up to date
  • Remove mod that enhances Minecraft: Optifine, Sodium, others. The issue still persists.
  • If you are unsure which mod is the culprit.
    Disable all of your mods and enable them 1-2 mods each time to isolate the culprit
  • Confirm that there is no existing issue with a similar description submitted in the list of issues.

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

1.20.1 - FORGE

StoneZone Version

stonezone-1.20-2.8.13

EveryCompat Version

everycomp-1.20.2.8.13-forge

Moonlight Lib Version

moonlight-1.20.2.14.13-forge

Issue with mods

Terrafirmacraft (1.20.1-3.2.16)
Chipped (1.20.1-3.0.7)

Issue Detail

The following stone types from TFC are missing as stone variants in Chipped: Granite, Andesite, Diorite. I believe there is a conflict because of the vanilla variants of these stone types.

OPTIONAL: Latest.log | Crash-report Attachment

No response

OPTIONAL: To Produce

  1. Install required mods
  2. Search for recipes with "granite" in StoneZone tab
commented

ah I forgot about TFC's StoneType that are same as Vanilla StoneTypes. Thanks for the report.

EDIT: it's not really a conflicting, it's the duplication system that prevent a similar name for a block from being generated.

commented

I noticed some more, if you prefer I can create them as separate issues:
1- TFC Basalt StoneType is also missing from Chipped blocks
2- The previously mentioned StoneTypes are also missing with Create mod (e.g. Small Granite Bricks)
3- TFC StoneTypes that have a counterpart in Create mod (specifically Limestone) are not being generated in Create blocks, while Chipped is working fine
4- TFC StoneTypes (Granite, Andesite, Diorite) are missing in the following Macaw's Windows blocks: Resizeable Window, Rectangle Window, Four Pane Window, Pane Window

commented

I don't think you need to create a new issue for that. Looks like it's still related to Duplication System that prevent the StoneType from TFC from being generated.

There was a similar issue with WG (Wood Good) for woodtypes. Minecraft's oak and TFC's oak are good examples. TFC's oak won't be generated because of Minecraft's oak. it's an easy fix

commented

FIXED in v2.9.0


3rd point: Create's blocks now generated for TFC's Limestone
4th point: Vanilla StoneTypes (Granite, Andesite, Diorite) should be included.

going to take a look at 1st & 2nd point.

UPDATE:

  • 1st FIXED blc Minecraft has Basalt
  • 2nd is related to 4th points