Jump to content

Recommended Posts

Posted

I am going to rework every texture in mine craft basic blocks only no mods so got any cool ideals flip them my way. This is for my sever that is hosted by fragnet but if anyone wants it i make it available.

 

 

Posted

Darkguardsman asked me to start modding again; I use to mod using mod loader mp so forge is new to me. So, I am easing back into it by creating this Texture pack and starting on a decorative pack. I sen a few hours here and there and finished the remap of about 1/3 of the textures. I dropped some pictures of my Remaps so far in a spoiler below. I would love any input you all have especially on new decorative items for mine craft.

 

Items Suggested

Candles

Advanced Lighting

Stain Glass

New Trap Doors

 

 

 

 

7232012RM.png

Left to Right

[ice, Stone Brick, Wooden Door, Iron Door, Glass]

These are some of the first textures I remapped.

 

7232012B.png

Left to Right

[ice, Stone Brick, Wooden Door, Iron Door, Glass]

These are the old textures for comparison.

 

 

Posted

I did't get anywhere today got stuck on glow stone xD . I don't like how it looks but it so hard to find something suitable for it  that's not a kick away from the old 16 bit textures. So, for you entertainment I post a few i did yesterday in a spoiler below; when I get done with glow stone I would really like everyone opinions. Like always I would love to have suggestions for needed decorative items; and I also make textures for mods as well as signatures and profile pictures.

 

 

 

R27232012.png

From left to right

[ Iron Bars, ladders, Trap Doors, Smooth Stone]

These are some of the first textures I remapped.

B27232012.png

From left to right

[ Iron Bars, ladders, Trap Doors, Smooth Stone]

These are the old textures for comparison.

 

 

Posted

Well, they're still cool!

well yes, but no windows = no taunting creepers that got stuck in my trap through the windows of trapdoors =(

Posted

Open and shut it repeatedly. Taunting at its best! :D

So, what would happen if I did push that shiny red button over there? ... Really? ... Can I try it? ... Damn.

Posted

imao xD windows are cool but I never really saw the point its a door; but if you wish to make fun of creepers stuck in traps I well add glass trap doors to the decorative mode pack I am Making.

Posted

Open and shut it repeatedly. Taunting at its best! :D

but dude! you cant do that if your also trying to dance on the trap door at the same time whilst singing the 'i caught a creeper' song!

Posted

OK, I spent about 4 hours today making this new lightly colored tree texture. It needs about another 1 or 2 hours of work. So, I wanted to see if I was heading in the right direction or if its a flop. Like always I provided the pictures below in a Spoiler.

 

 

 

R37252012.png

From Left to Right

[ Lightly Colored tree ]

This is a remapped texture.

 

B37252012.png

From Left to Right

[ Lightly Colored tree ]

This is the old texture for comparison.

 

 

 

 

  • 2 weeks later...
Posted

The New mine craft update at new blocks sadly that means they f###ed with the terrain.png. well sorry for my ranting this post does have a purposes. One, I was working on Hawk's machine textures so I haven't gotten a lot done. Secondly, the new terrain.png messes with a lot of stuff so that put the work a have done on this pack behind by 2 weeks. Lastly, I am Moving this thread to its proper place I apparently have be posting it in the wrong place and no one informed me for shame : ).   

 

It well be located under Minecraft General/ texture packs for future reference.

Also, if a moderator reads this can you lock this thread so no one can post here; I hate to miss something because I won't read this thread again 

 

Never mind i can lock it my self that's cool.

Guest
This topic is now closed to further replies.

Announcements



  • Recently Browsing

    • No registered users viewing this page.
  • Posts

    • Try other builds of this modpack or report it to the modpack creator Looks like an issue with environmental, naturalist and/or crafttweaker
    • Hello! There is an issue with my world(Chocolate Edition modpack), after joining the world all creatures are frozen and the game is not responding or the game crashes after short period of time. Reproduction Steps: Turn on the game Join the world Game crashes immediately or after short period of time. Additional info: Crash log saying that an entity crashed the game is created after the crash(not the logs that I posted, different file from crash-logs, game crashed 3x by Snail, 1x by Small Snail, 1x by Tortoise) Specification: CPU: i5-13600KF GPU: GTX 1070 RAM: 32GB 3200MhZ - allocated 10GB Log links: latest.log: https://mclo.gs/Lp8zlsv crash-reports/crash: https://mclo.gs/XhtyJQI Minecraft version: 1.19.2 Modpack Version: Chocolate Edition 1.9 OS: Windows 10 Java Version: 22.0.2 Minecraft Java: Java 17
    • Hello, for several days I've been trying to find a way to add my animations in this style. @Override public void setupAnim(Entity entity, float limbSwing, float limbSwingAmount, float ageInTicks, float netHeadYaw, float headPitch) { }   My current public class is : public class FakePlayerModelWithAnim<T extends FakePlayerEntity> extends EntityModel<EntityRenderState>   But i can't do that :  public class FakePlayerModelWithAnim<T extends FakePlayerEntity> extends EntityModel<T> Type parameter 'T' is not within its bound; should extend 'net.minecraft.client.renderer.entity.state.EntityRenderState' But with EntityRenderState it ok and it work !   But my setupAnim look like this :  @Override public void setupAnim(EntityRenderState p_370046_) { super.setupAnim(p_370046_); }   I don't have any access to my entity ! Look like 1.21.1 : @Override public void setupAnim(FakePlayerEntity entity, float limbSwing, float limbSwingAmount, float ageInTicks, float netHeadYaw, float headPitch) { this.root().getAllParts().forEach(ModelPart::resetPose); this.applyHeadRotation(netHeadYaw, headPitch); this.animateWalk(FakePlayerEntityAnimations.ANIM_PLAYERS_WALKING, limbSwing, limbSwingAmount, 2f, 2.5f); this.animate(entity.idleAnimationState, FakePlayerEntityAnimations.ANIM_PLAYERS_IDLE, ageInTicks, 1f); } But i'm stuck with new version of Forge...
    • Looks like an issue with abyssalsovereigns - this mod has functions that are not working on a server (client-side-only mod)
    • I added some new mods and updated old ones to my forge server and they will run successfully but the moment I try to join ill briefly load into the world and get booted with the message, internal server error. The mods in question work fine on singleplayer and removing too many from the server causes it to stop working so I cant be sure which one is causing the problem... any ideas? server log: https://pastebin.com/hGH8UUjm client log (from modrinth app): https://mclo.gs/a3oOUGY
  • Topics

×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.