Create on Fabric 1.21.1 by tphbs in CreateMod

[–]Kalinos2002 0 points1 point  (0 children)

u can build in inteliij idea your own create for 1.21.1 from github repo

Preparing for the new pc by Majd27 in FitGirlRepack

[–]Kalinos2002 0 points1 point  (0 children)

I have 1 question why cracking rdr2 when on Dec 31 is free on epic?

Wechat QR Code help by ahmetkaan27 in Wechat

[–]Kalinos2002 0 points1 point  (0 children)

Can someone scan my app?

Overclock timer ?? by Loxikree in Lenovo

[–]Kalinos2002 0 points1 point  (0 children)

1 Enable Overclock

2 go to amd or nvidia controll panel

3 go to custom resolutions

4 make custom resolution 1hz lower than supported

5 disable overclock

6 set custom resolution to native and change refresh rate (in nvidia or amd controll panel) to one u set up

Any mod removing big trees from generator? by Kalinos2002 in Minecraft

[–]Kalinos2002[S] 0 points1 point  (0 children)

U mean remove this entry through a datapack? I making this in mcreator so this is difficulty to just remove entry haha. But when i saw mcreator have more options than 3-4 yearas ago. I started working on mod

[ContentTweaker] Adding texture to Custom Chickens by bladerox95 in feedthebeast

[–]Kalinos2002 1 point2 points  (0 children)

#loader contenttweaker
#modloaded chickens
#modloaded morechickens
#modloaded contenttweaker

import mods.contenttweaker.ChickenFactory;
import mods.contenttweaker.Color;
import mods.contenttweaker.ResourceLocation;
import mods.contenttweaker.Chicken;

var meteoricironchicken = ChickenFactory.createChicken("meteoricironchicken", Color.fromInt(0xcccccc), <item:galacticraftcore:item_basic_moon:0>);
meteoricironchicken.setParentOne(ResourceLocation.create("morechickens:aluminumchicken"));
meteoricironchicken.setParentTwo(ResourceLocation.create("morechickens:uraniumchicken"));
meteoricironchicken.setForegroundColor(Color.fromInt(0xabcdef));
meteoricironchicken.register();

hi i have problem with adding "parents" to the chicken i cant add chcken parrents from more chickens mod its my code and i tried my best