game-design-driven / Create-Prepare-to-Dye

Create: Prepare to Dye an opinionated, minimalistic modpack centered around complex and interesting automation.
GNU General Public License v3.0
25 stars 19 forks source link

cooking update brainstorming #541

Open Discord-Github-Bridge opened 7 months ago

Discord-Github-Bridge commented 7 months ago

yarden.zamir on Discord says

I want to dive deeper into cooking and cooking related trades soon so want to throw together some ideas that were floating in my head.

Discord-Github-Bridge commented 7 months ago

yarden.zamir on Discord says

oh forgot about that, what happend with that?

Discord-Github-Bridge commented 7 months ago

autistic.sack.of.friends on Discord says


//by @reveter from the kubejs discord
StartupEvents.postInit(event => {
console.log("= predicate")
if (!Platform.isClientEnvironment) return;
const $ItemProperties = Java.loadClass('net.minecraft.client.renderer.item.ItemProperties')
console.log("= got class")
console.log($ItemProperties)

let addCountPredicate = [ "kubejs:andesite_pebble", "kubejs:zinc_dime", "kubejs:brass_dime", ]

addCountPredicate.forEach(i=>{ $ItemProperties.register(Item.of(i), new ResourceLocation('count'), (stack, world, living, seed) => { return stack.getCount() / stack.getMaxStackSize() }) }) })

Discord-Github-Bridge commented 7 months ago

autistic.sack.of.friends on Discord says

zinc_dime.zip

Discord-Github-Bridge commented 7 months ago

autistic.sack.of.friends on Discord says

this isn't organized properly

Discord-Github-Bridge commented 7 months ago

autistic.sack.of.friends on Discord says

but all the json files go in the models/item and all the pngs go in the textures/item

Discord-Github-Bridge commented 7 months ago

autistic.sack.of.friends on Discord says

i used subdirectories because again a lot of files

Discord-Github-Bridge commented 7 months ago

autistic.sack.of.friends on Discord says

it's not worth doing this to avoid creating sequenced assembly items

Discord-Github-Bridge commented 7 months ago

autistic.sack.of.friends on Discord says

please. it's not worth it yarden

Discord-Github-Bridge commented 7 months ago

yarden.zamir on Discord says

No, not for that, was thinking about pizzas. I'm working on a toppings system that allows you to top a pizza with any two food items and I want it to choose a fitting textrue from a pool. I was thinking we have 8 color categores that each food needs to fit into, then we have 88+82 textrues, one for each combination of topping color

Discord-Github-Bridge commented 7 months ago

autistic.sack.of.friends on Discord says

oh ok that'd work great. to my knowledge the image parts would be able to stack pretty easy

Discord-Github-Bridge commented 7 months ago

yarden.zamir on Discord says

Oh I thought i'll have to generate it

Discord-Github-Bridge commented 7 months ago

autistic.sack.of.friends on Discord says

minecraft models support that kinda multipart structure

Discord-Github-Bridge commented 7 months ago

autistic.sack.of.friends on Discord says

and items are models

Discord-Github-Bridge commented 7 months ago

yarden.zamir on Discord says

awesome

Discord-Github-Bridge commented 7 months ago

autistic.sack.of.friends on Discord says

the predicate thing I sent earlier should be everything

Discord-Github-Bridge commented 7 months ago

autistic.sack.of.friends on Discord says

I might have missed the main json

Discord-Github-Bridge commented 7 months ago

yarden.zamir on Discord says

Sounds important

Discord-Github-Bridge commented 7 months ago

autistic.sack.of.friends on Discord says

ok wait no I remember

Discord-Github-Bridge commented 7 months ago

autistic.sack.of.friends on Discord says

yeah it's there

Discord-Github-Bridge commented 7 months ago

autistic.sack.of.friends on Discord says

so for "ptdye:pizza" we'd add two predicates, ingredient1 and ingredient2

Discord-Github-Bridge commented 7 months ago

autistic.sack.of.friends on Discord says

and then just do the model+png thing

Discord-Github-Bridge commented 7 months ago

yarden.zamir on Discord says

Sounds great to me

Discord-Github-Bridge commented 7 months ago

yarden.zamir on Discord says

Do you wanna draw the pizzas?

Discord-Github-Bridge commented 7 months ago

autistic.sack.of.friends on Discord says

I'll give it a go later, not really enough time right now

Discord-Github-Bridge commented 7 months ago

yarden.zamir on Discord says

<:thumbsup:1191476503750397982>

Discord-Github-Bridge commented 7 months ago

autistic.sack.of.friends on Discord says

ok... what ingredients are there even...

Discord-Github-Bridge commented 7 months ago

autistic.sack.of.friends on Discord says

i wonder if things would look nicer as 3d modelsimage.png

Discord-Github-Bridge commented 7 months ago

autistic.sack.of.friends on Discord says

it could be interesting if all the ingredients of the pizza were dyes

Discord-Github-Bridge commented 7 months ago

autistic.sack.of.friends on Discord says

although it mightnot make much sense

Discord-Github-Bridge commented 7 months ago

autistic.sack.of.friends on Discord says

i mean, it's been established that raw white is a usable part of a diet

Discord-Github-Bridge commented 7 months ago

autistic.sack.of.friends on Discord says

i wonder what distinguishes raw white and white dye

Discord-Github-Bridge commented 7 months ago

autistic.sack.of.friends on Discord says

nicely textured pizza baseimage.png

Discord-Github-Bridge commented 7 months ago

autistic.sack.of.friends on Discord says

sauce (maybe too many colors?)image.png

Discord-Github-Bridge commented 7 months ago

autistic.sack.of.friends on Discord says

cheese (maybe too few colors)image.png

Discord-Github-Bridge commented 7 months ago

autistic.sack.of.friends on Discord says

and here's the misc toppings i drewimage.png

Discord-Github-Bridge commented 7 months ago

engineersmith_4628 on Discord says

I was wondering what the blue Tetris pizza was till it hit me it was meant to be mushroom

Discord-Github-Bridge commented 7 months ago

autistic.sack.of.friends on Discord says

it's minerals at that point

Discord-Github-Bridge commented 7 months ago

autistic.sack.of.friends on Discord says

you are putting raw light blue on your pizza

Discord-Github-Bridge commented 7 months ago

engineersmith_4628 on Discord says

Like red salt 'eh

Discord-Github-Bridge commented 7 months ago

yarden.zamir on Discord says

Ingredients will be anything with food values, plus anything we manually choose to include like mushrooms

Discord-Github-Bridge commented 7 months ago

yarden.zamir on Discord says

looks good

Discord-Github-Bridge commented 7 months ago

yarden.zamir on Discord says

Can you send some of the textures here so i can start playing with it?

Discord-Github-Bridge commented 7 months ago

autistic.sack.of.friends on Discord says

pizza_ptdye.aseprite

Discord-Github-Bridge commented 7 months ago

autistic.sack.of.friends on Discord says

sorry it's in an aseprite file, i guess you could ask engineersmith_4628 to quickly copy out the stuff if you don't have aseprite

Discord-Github-Bridge commented 7 months ago

autistic.sack.of.friends on Discord says

i forget

Discord-Github-Bridge commented 7 months ago

yarden.zamir on Discord says

I do, used it a bit ago, was really impressed by how fun it is to use

Discord-Github-Bridge commented 7 months ago

yarden.zamir on Discord says

it being asprite is better

Discord-Github-Bridge commented 7 months ago

yarden.zamir on Discord says

set the loc of me to the loc of

Discord-Github-Bridge commented 7 months ago

lmoliver on Discord says

+

Discord-Github-Bridge commented 7 months ago

Generic name on Discord says

wait raw white is canonically edible?