KnightMiner / Ceramics

Adds various early game items made of clay, or fill a void where the later version requires harder resources
MIT License
16 stars 16 forks source link

CraftTweaker compat for the Kiln #80

Closed joker876 closed 3 years ago

joker876 commented 3 years ago

Is your feature request related to a problem? Please describe. I would like to be able to add custom recipes to the Kiln, using CraftTweaker.

Describe why you think it fits in Ceramics Because most big mods allow that kind of customization, and so should Ceramics

KnightMiner commented 3 years ago

There is customization, using data packs. I would highly advise you learning them as they give you a lot more customization.

I have no plans to add crafttweaker support myself. If someone pull requested it I would look 8nt9 it, but I already offer datapack support. Crafttweaker even has a way to add JSON for recipes so you can add your own "support" via.l a function

joker876 commented 3 years ago

What about KubeJS compatibility?

KnightMiner commented 3 years ago

How is that different? I support datapacks. Anything that is not a datapack I will not write compat for, so only if someone else writes comap.

MarkHardwick-EM commented 3 years ago

KubeJS is supported through custom data pack insertion e.g.

event.custom({ type: 'ceramics:kiln', ingredient: Item.of('minecraft:clay_ball').toJson(), result: Item.of('minecraft:brick').withCount(2).toResultJson(), experience: 0.3, cookingTime: 100 })