Stardust Fragment V3 [Datapack]

Stardust Fragment V3 [Datapack]

335 Downloads

Datapack fails to load in 1.20.1

globalista-dev opened this issue ยท 3 comments

commented

I tried to add Stardust Fragment to a Fabric server alongside a few other datapacks (Mechanization, SimplEnergy and TCC). Both Stardust Fragment and SimplEnergy failed to load. I had the resource pack installed, but that wasn't the issue. The book, items and blocks were simply not working.

I also tested it in Vanilla with nothing but Stardust Fragment (and the resource pack) installed and it also did not work. I'm given a Written Book that says * Invalid book tag * when I open it. Although the datapack says in chat "Welcome and Thank you for using Stardust Fragment", it doesn't seem to be working.

When I check the log (full log: https://mclo.gs/VciBrgL), the following lines refer to the datapack. Note that SimplEnergy isn't installed, the only datapack is StardustFragment:

[10:52:00] [Render thread/WARN]: Found loot table element validation problem in {loot_tables:stardust:entities/celestial_dimension}.pools[0].entries[2]: Unknown loot table called simplenergy:i/simplunium_ingot
[10:52:00] [Render thread/WARN]: Found loot table element validation problem in {loot_tables:stardust:cave_base}.pools[0].entries[8]: Unknown loot table called simplenergy:i/simplunium_ingot
[10:52:00] [Render thread/WARN]: Found loot table element validation problem in {loot_tables:stardust:abandonned_cave_house}.pools[0].entries[6]: Unknown loot table called simplenergy:i/simplunium_ingot
[10:52:00] [Render thread/WARN]: Found loot table element validation problem in {loot_tables:stardust:cave_base}.pools[0].entries[9]: Unknown loot table called crazy_adventure:i/uranium_ingot
[10:52:00] [Render thread/WARN]: Found loot table element validation problem in {loot_tables:stardust:abandonned_cave_house}.pools[0].entries[9]: Unknown loot table called crazy_adventure:i/uranium_ingot
[10:52:00] [Render thread/INFO]: Loaded 7 recipes
[10:52:00] [Render thread/ERROR]: Couldn't load advancement global:stardust_fragment: Task Advancement{parentId=global:simplenergy, display=an@2bc32eaa, rewards=AdvancementRewards{experience=0, loot=[], recipes=[], function=dn$a@2a15e54}, criteria={always=aj@3fcbcea}, requirements=[[always]], sends_telemetry_event=false}
[10:52:00] [Render thread/INFO]: Loaded 1423 advancements
[10:52:00] [Render thread/WARN]: Not all defined tags for registry ResourceKey[minecraft:root / minecraft:block] are present in data pack: simplenergy:air, simplenergy:non_solid, stardust:non_solid
commented

Looking at the log, it seems that the SimplEnergy datapack is not in the datapacks folder.
As SimplEnergy is a dependency of Stardust Fragment, you should also download the SimplEnergy datapack and put them together:
https://www.planetminecraft.com/data-pack/simplenergy/

commented

Working! Thanks for the quick response :D

commented

That makes sense. I didn't actually know that was the case. I may have missed it on the datapack's page, but if it's not there, I suggest you add a reference to it there.

Since it didn't work with SimplEnergy installed, I'll keep this open and test it again.