skniro / GrowableOres

MIT License
2 stars 4 forks source link

removed IC2C and Thermal references and files #10

Closed CassieRoseZA closed 4 months ago

skniro commented 4 months ago

I use fabric datagen to generate all version's json files. And ic2 or ic2c use same id. IC2 has fabric version.

CassieRoseZA commented 4 months ago

no i can't find any fabric version for ic2

skniro commented 4 months ago

I think use tag to hide it in rei/emi jei is a good choice. REI wiki

skniro commented 4 months ago

no i can't find any fabric version for ic2

Because ic2's developer only publish test version in github.

skniro commented 4 months ago

github link

CassieRoseZA commented 4 months ago

thats for 1.19.2 image this PR is only for 1.20.1

skniro commented 4 months ago

I want all version code are same.It could make i easy update all version.And i also use 1.20's fabric datagen to generate all json files(include forge,neoforge and old fabric version)

CassieRoseZA commented 4 months ago

but why your causing problems with different codebases your trying to manage 5 versions all with the same code something is bound to break and you really should think of maybe doing a multiloader setup as its much better aswell as you need to think WHY DO YOU PUT FORGE MODS ON A FABRIC MOD?