File tree Expand file tree Collapse file tree 2 files changed +13
-1
lines changed
generated/resources/data/create_enchantment_industry/data_maps/fluid/unit
main/java/plus/dragons/createenchantmentindustry/common/registry Expand file tree Collapse file tree 2 files changed +13
-1
lines changed Original file line number Diff line number Diff line change 3636 ],
3737 "neoforge:value" : 20
3838 },
39+ "justdirethings:xp_fluid_source" : {
40+ "neoforge:conditions" : [
41+ {
42+ "type" : " neoforge:mod_loaded" ,
43+ "modid" : " justdirethings"
44+ }
45+ ],
46+ "neoforge:value" : 20
47+ },
3948 "mob_grinding_utils:fluid_xp" : {
4049 "neoforge:conditions" : [
4150 {
Original file line number Diff line number Diff line change @@ -179,7 +179,10 @@ public static void generate(RegistrateDataMapProvider provider) {
179179 new ModLoadedCondition ("reliquary" ))
180180 .add (ResourceLocation .fromNamespaceAndPath ("sophisticatedcore" , "xp_still" ),
181181 20 , false ,
182- new ModLoadedCondition ("sophisticatedcore" ));
182+ new ModLoadedCondition ("sophisticatedcore" ))
183+ .add (ResourceLocation .fromNamespaceAndPath ("justdirethings" , "xp_fluid_source" ),
184+ 20 , false ,
185+ new ModLoadedCondition ("justdirethings" ));
183186 var blackDye = CDPFluids .COMMON_TAGS .dyesByColor .get (DyeColor .BLACK );
184187 provider .builder (PRINTING_ADDRESS_INGREDIENT )
185188 .add (blackDye , 10 , false );
You can’t perform that action at this time.
0 commit comments