SonarSonic / Flux-Networks

Wireless Energy - Minecraft Forge Mod
MIT License
111 stars 60 forks source link

Open Json Recipe For Creating Flux for pack creators #515

Open Joshernoob opened 1 year ago

Joshernoob commented 1 year ago

Not A Bug More A Request Noted when coming here looking though the recipes that the flux dust recipe is a hard coded recipe or hidden, and it be great for pack creators if instread it was a json based recipe that could be tweaked by kubejs or craftweaker making the mod even more usful for expert packs!

BloCamLimb commented 1 year ago

You can always add crafting table recipe or other machine recipe, just disable the flux one. Do you mean change the base block or the obsidian of flux recipe?

Joshernoob commented 1 year ago

You can always add crafting table recipe or other machine recipe, just disable the flux one. Do you mean change the base block or the obsidian of flux recipe?

I mean the flux dust recipe itself, the recipe doesn't seem to be anyware and being able to use that conversion clicking a block onto bedrock and changing things would open so many paths for pack devs without the need of extra mods

Joshernoob commented 1 year ago

Creating Flux just happens to be the name JEI gives the recipes tab when you look at it why I called it that

Joshernoob commented 1 year ago

2023-06-13_14 28 26 these recipe i mean that i can't fine and seem to be hard coded that be great to be able to tweak the dust itself, or maybe adding crushing recipes with it uisng crafttweaker json, if there was a json recipe for "Creating Flux"

BloCamLimb commented 1 year ago

I see, what should we rename this crafting method if it's not just for making flux dusts?

Joshernoob commented 1 year ago

I see, what should we rename this crafting method if it's not just for making flux dusts?

That's up to you, Reason I'm requesting this is I wanted to change the Redstone to a different item. Normally I'd come to mods github like this one and explore until I fined the recipe folder But its missing Fluxdust recipe why i assume it was hard coded, and that here is the problem, without a json recipe both kubejs and crafttweaker are useless to change it.

Joshernoob commented 1 year ago

Others may want to add recipes like iron to iron dust for early ore automation, just having a json recipe there let's people deside to or not.

Joshernoob commented 1 year ago

Seems This Still Not done Getting changed from .Java recipe to json recipe will be back later again in the month to check on it :)

Really do hope this gets added as many many uses will come from it.

neinome commented 2 months ago

I second this.

I'm trying to generate a progression flow in a mod pack I'm creating. I want to fit Flux Networks in much later than it would otherwise be available to the player by using a material other than redstone to create flux dust. I also want to use the recipe type to help generate another mod's starter items.

Joshernoob commented 2 months ago

I second this.

I'm trying to generate a progression flow in a mod pack I'm creating. I want to fit Flux Networks in much later than it would otherwise be available to the player by using a material other than redstone to create flux dust. I also want to use the recipe type to help generate another mod's starter items.

Would not keep your hopes up, the gits not been updated to show any changes in ages to allow json recipes and it's been around a year since I asked with no visible changes even outside the git if you delve into the mods jar file.

Seemed like a lost one for me so I ended up removing the mod and replacing it with one that works with progressive modpacks