Jump to content
  • Home
  • Files
  • Docs
  • Merch
Topics
  • All Content

  • This Topic
  • This Forum

  • Advanced Search
  • Existing user? Sign In  

    Sign In



    • Not recommended on shared computers


    • Forgot your password?

  • Sign Up
  • All Activity
  • Home
  • Minecraft Forge
  • General Discussion
  • is there a way to get alpha Textures, sounds and old lighting into MC 1.13.2? (Hire a modder?)
Sign in to follow this  
Followers 2
catcube

is there a way to get alpha Textures, sounds and old lighting into MC 1.13.2? (Hire a modder?)

By catcube, November 27, 2018 in General Discussion

  • Reply to this topic
  • Start new topic

Recommended Posts

catcube    0

catcube

catcube    0

  • Tree Puncher
  • catcube
  • Members
  • 0
  • 2 posts
Posted November 27, 2018

Hey, so i just watched the german minecraft review from gamestar from 7 years ago.. the Nostalgia hit me hard, very hard, im playing since pre alpha days and im missing the old rough textures and sounds, also the weird blocky lighting, something about it feels relaxing.

i know there are mods for 1.7.10 and ressourcepacks, but is there any way to get all this + sounds and the old lighting on 1.13.2? im currently playing on the win 10 version (bedrock) but if it only would work on Java thats fine too.

if someone could help me out here, that would be awesome, maybe someone can help me make a small Nostalgia pack for public release too! im sure im not the only one who would love that, heck i would even pay for it!

and if there is a modder out there who could help me make this some 1.13.2 mod even, you wouldnt have to do it for free either! i have no idea how hard this would be to do or if its just replacing sound files somewhere or whatever.

any help is appreciated!

  • Quote

Share this post


Link to post
Share on other sites

Konlii    0

Konlii

Konlii    0

  • Tree Puncher
  • Konlii
  • Members
  • 0
  • 3 posts
Posted November 28, 2018

Here are a couple of Java edition resource packs I found from back in 2016 and a tutorial on creating bedrock edition resource pack add-ons.  If I had Windows 10 I'd consider putting it together for you, but this should be everything you need to do it yourself.

 

https://minecraft.curseforge.com/projects/alpha-1-2-6-texture-pack

https://minecraft.curseforge.com/projects/old-billy-its-brings-back-old-alpha

 

https://minecraft.gamepedia.com/Tutorials/Creating_resource_pack_add-ons

  • Quote

Share this post


Link to post
Share on other sites

Cadiboo    277

Cadiboo

Cadiboo    277

  • Reality Controller
  • Cadiboo
  • Members
  • 277
  • 3303 posts
Posted November 28, 2018

I’m down to redo the lighting & rendering stuff, I was just thinking about doing something like this yesterday. I’m not sure exactly what would be required to make it properly nostalgic, but making the grass bright green again and tweaking the rendering & lighting would be a good place to start. 

  • Thanks 1
  • Quote

Share this post


Link to post
Share on other sites

catcube    0

catcube

catcube    0

  • Tree Puncher
  • catcube
  • Members
  • 0
  • 2 posts
Posted November 30, 2018
On 11/28/2018 at 9:38 PM, Cadiboo said:

I’m down to redo the lighting & rendering stuff, I was just thinking about doing something like this yesterday. I’m not sure exactly what would be required to make it properly nostalgic, but making the grass bright green again and tweaking the rendering & lighting would be a good place to start. 

hey, take a look at this video: 

this is what i would want the lighting to look like, as for textures im using nostaligacraft at the moment, but i dislike the very very bright green, i would like the early beta green more

 

  • Quote

Share this post


Link to post
Share on other sites

Cadiboo    277

Cadiboo

Cadiboo    277

  • Reality Controller
  • Cadiboo
  • Members
  • 277
  • 3303 posts
Posted December 1, 2018

That lighting probably won’t be hard to do

  • Thanks 1
  • Quote

Share this post


Link to post
Share on other sites

Kzitold    3

Kzitold

Kzitold    3

  • Creeper Killer
  • Kzitold
  • Members
  • 3
  • 122 posts
Posted December 14, 2018 (edited)

Setting a Java edition resource pack to 1.13 is relatively easy. It's mostly just files being renamed, so all that's needed is WinRAR and Notepad++ 

Edited December 14, 2018 by Kzitold
  • Quote

Share this post


Link to post
Share on other sites

sheeperino    0

sheeperino

sheeperino    0

  • Tree Puncher
  • sheeperino
  • Members
  • 0
  • 1 post
Posted Sunday at 10:48 PM
On 12/14/2018 at 1:51 PM, Kzitold said:

 

@Cadiboo are you still working on it? my discord is
.sheeperino#4400

  • Quote

Share this post


Link to post
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

  • Insert image from URL
×
  • Desktop
  • Tablet
  • Phone
Sign in to follow this  
Followers 2
Go To Topic Listing



  • Recently Browsing

    No registered users viewing this page.

  • Posts

    • SilviaX_92
      Forge having problem loading mods

      By SilviaX_92 · Posted 1 hour ago

      Hi DaemonUmbra, I think I was told to do that by the Pixelmon installation instruction but apparently I misunderstood the wording...   I tried and it worked! Thank you so so much you saved me from a Minecraft without Mods!   Have a wonderful day/night!
    • Draco18s
      MoonPhase help

      By Draco18s · Posted 2 hours ago

      Events don't return values. Second, I'm pretty sure getMoonPhase() is client side only.
    • GatoLeyo
      MoonPhase help

      By GatoLeyo · Posted 2 hours ago

      Im new at modding so probably this have an obvious error but plz somebody tell me how can i make this works, it is intended to return a value in relation to the moon phase       public float endWorldTick(TickEvent.WorldTickEvent event)      {         float x = 0;         if(event.side.isServer() && event.phase == TickEvent.Phase.END)          {             World world = event.world;             if(world.provider.getDimension() == 0) {                 if(world.getMoonPhase() == 1.0f)                  {                   x = 15.0f;                 }             }         }         return x;     }  
    • DaemonUmbra
      Can't see anything on minecraft menu screen except for the bottom left corner

      By DaemonUmbra · Posted 2 hours ago

      Please don't Necro old threads, if you have an issue make your own.
    • DaemonUmbra
      Forge having problem loading mods

      By DaemonUmbra · Posted 2 hours ago

      You changed "Game Directory" to your mods folder. The Game Directory is supposed to be the folder that contains the mods folder, .minecraft by default
  • Topics

    • SilviaX_92
      4
      Forge having problem loading mods

      By SilviaX_92
      Started 6 hours ago

    • GatoLeyo
      1
      MoonPhase help

      By GatoLeyo
      Started 2 hours ago

    • florgonn
      4
      Can't see anything on minecraft menu screen except for the bottom left corner

      By florgonn
      Started July 30, 2014

    • Casual
      1
      1.12.2 crash on game start

      By Casual
      Started 3 hours ago

    • PulseBeat_02
      14
      [1.12.2] Forge Crashes While Just Loading Into Loading Screen

      By PulseBeat_02
      Started December 13, 2018

  • Who's Online (See full list)

    • DavidM
    • thinkverse
  • All Activity
  • Home
  • Minecraft Forge
  • General Discussion
  • is there a way to get alpha Textures, sounds and old lighting into MC 1.13.2? (Hire a modder?)
  • Theme
  • Contact Us
  • Discord

Copyright © 2019 ForgeDevelopment LLC · Ads by Curse Powered by Invision Community