You are browsing as a guest. Sign up (or log in) to start making projects!

the pork update

  • 6 Devlogs
  • 10 Total hours

a joke minecraft mod based off of some meme i found online (also my first minecraft mod)

Open comments for this post

3h 54m 23s logged

this mod is not serious bro 💔

today i added two new effects called Feel Full and Leg Cramp

Feel Full is a minor buff in speed stats and health given by the breakfast item from before, while leg cramp is an evil ass near-instant death effect given by (soon to be) pork licker mobs.
to make these effects i started off with the fabric docs tutorial, but then moved onto the minecraft source to figure out how they did the stat buffs for effects like speed and haste. once i understood how mojang implemented them, i added them to my mod, making each effect a combination of vanilla effects/attributes (which strangely includes gravity and fall damage)

judging by the icons and death message i had way too much fun making these lmao

i also added a pork block that doesnt do anything as of now but yeah (texture not made yet)

this mod is not serious bro 💔

today i added two new effects called Feel Full and Leg Cramp

Feel Full is a minor buff in speed stats and health given by the breakfast item from before, while leg cramp is an evil ass near-instant death effect given by (soon to be) pork licker mobs.
to make these effects i started off with the fabric docs tutorial, but then moved onto the minecraft source to figure out how they did the stat buffs for effects like speed and haste. once i understood how mojang implemented them, i added them to my mod, making each effect a combination of vanilla effects/attributes (which strangely includes gravity and fall damage)

judging by the icons and death message i had way too much fun making these lmao

i also added a pork block that doesnt do anything as of now but yeah (texture not made yet)

Replying to @egg_splats

0
2
Open comments for this post

2h 41m 7s logged

i added a cleaver item

initially i wanted this item to be an ingredient in crafting bacon and other food items, but i couldn’t get it to preserve when crafting like a milk bucket. although i did look inside the minecraft source and use .craftRemainder(), setting the result to the item results in the cleaver still destroying itself.

maybe i’ll try to experiment with some off hand right clicking, but thats for later (its 1:28 am at writing)

the cleaver also functions as an iron sword variant, having faster attack speed with lower damage (4 damage with 2 speed)

i added a cleaver item

initially i wanted this item to be an ingredient in crafting bacon and other food items, but i couldn’t get it to preserve when crafting like a milk bucket. although i did look inside the minecraft source and use .craftRemainder(), setting the result to the item results in the cleaver still destroying itself.

maybe i’ll try to experiment with some off hand right clicking, but thats for later (its 1:28 am at writing)

the cleaver also functions as an iron sword variant, having faster attack speed with lower damage (4 damage with 2 speed)

Replying to @egg_splats

0
3
Open comments for this post

1h 45m 53s logged

got distracted and made a bunch of food items

i was lowkey kinda bored today so i decided to just add some pork related food items to the mod (and also to learn more about modding in general)

so far, i’ve added raw and cooked bacon, which serve as small but fast food sources, as well as a breakfast item that gives tons of hunger and saturation in exchange for being relatively annoying to craft

i also added a neat lil interaction between raw bacon and campfires, where campfires actually cook bacon faster and give more xp than smokers or furnaces since it’s more akin to frying bacon irl (and also i want an excuse for campfires being useful)

i also learned about some cool features i can incorporate into my mod, such as adding rarities to color item names and making my breakfast item return the bowl after eating through .usingConvertsTo()

got distracted and made a bunch of food items

i was lowkey kinda bored today so i decided to just add some pork related food items to the mod (and also to learn more about modding in general)

so far, i’ve added raw and cooked bacon, which serve as small but fast food sources, as well as a breakfast item that gives tons of hunger and saturation in exchange for being relatively annoying to craft

i also added a neat lil interaction between raw bacon and campfires, where campfires actually cook bacon faster and give more xp than smokers or furnaces since it’s more akin to frying bacon irl (and also i want an excuse for campfires being useful)

i also learned about some cool features i can incorporate into my mod, such as adding rarities to color item names and making my breakfast item return the bowl after eating through .usingConvertsTo()

Replying to @egg_splats

0
4
Open comments for this post

17m 57s logged

ok i got the item working (huge thanks to @ penguinencounter on slack :D)

apparently i just needed to insert the item initializer from the tutorial as an entrypoint in the .json file, since before hand the item wasnt being registered due to the file doing that not being activated or smth

anyways cool picture of my item with a texture i made in like 5 seconds

ok i got the item working (huge thanks to @ penguinencounter on slack :D)

apparently i just needed to insert the item initializer from the tutorial as an entrypoint in the .json file, since before hand the item wasnt being registered due to the file doing that not being activated or smth

anyways cool picture of my item with a texture i made in like 5 seconds

Replying to @egg_splats

0
5
Open comments for this post

47m 49s logged

tried again at making the items work, still failed

here’s the general overview of what i’m adding to the mod (might add more if my skills grow over time)

i followed the tutorial in the fabric docs, but the item wouldn’t show in game even after registering the item under the ingredients creative tab

tried again at making the items work, still failed

here’s the general overview of what i’m adding to the mod (might add more if my skills grow over time)

i followed the tutorial in the fabric docs, but the item wouldn’t show in game even after registering the item under the ingredients creative tab

Replying to @egg_splats

0
4
Open comments for this post

44m 5s logged

today i tried to get an item in but failed miserably lmao (but at least i got the loader to work)

this joke minecraft mod is based off of a meme i saw months ago that i couldnt get out of my head for a while so now im making it(refer to image 2)

this is my first ever minecraft mod so it’ll probably be shitty but at the same time its a shitpost mod so

today i tried to get an item in but failed miserably lmao (but at least i got the loader to work)

this joke minecraft mod is based off of a meme i saw months ago that i couldnt get out of my head for a while so now im making it(refer to image 2)

this is my first ever minecraft mod so it’ll probably be shitty but at the same time its a shitpost mod so

Replying to @egg_splats

0
5

Followers

Loading…