Thanks a lot to Malivil for fixing the issues with the newer versions of forge in SuperSlopes!
I will not be continuing this mod any more so for those who want to continue it here is the source code:
Client Mods (Has most of the builds, some may be missing but some unreleased builds are included)
Server Mods (These are only the ones that I have found, they may not even be useful however since the newest client builds are also server builds)
If you wish to continue the mods please credit both Keavator and myself.
The original thread can be found here.
Latest Downloads - Requires Forge 1.3.2
Spoiler:
Client & Server
[1.3.2] SuperSlopes - v4.2b
[1.3.2] Wallpaper - v3.1
[1.3.2] Frames - v3.0
Client
[1.3.1] SuperSlopes - v4.0 (requires ModLoader & ModLoaderMp instead of Forge)
Server
[1.3.1] SuperSlopes Server - v1.1 (requires ModLoader & ModLoaderMp instead of Forge)
[1.3.2] SuperSlopes - v4.2b
[1.3.2] Wallpaper - v3.1
[1.3.2] Frames - v3.0
Client
[1.3.1] SuperSlopes - v4.0 (requires ModLoader & ModLoaderMp instead of Forge)
Server
[1.3.1] SuperSlopes Server - v1.1 (requires ModLoader & ModLoaderMp instead of Forge)
SuperSlopes
Spoiler:
This is a recompiled version of Kaevator's SuperSlopes for Minecraft 1.3.2. It isn't much different from the Kaevator's original mod but adds new features such as a tweaked naming system, blocks accessible from the creative mode inventory, and a unified client and server mod.
SuperSlopes by Hammerfell
Recipes
Noted Bugs (Do not report these)
Downloads
Client & Server - Requires Forge 1.3.2
9/19/2012: [1.3.2] SuperSlopes - v4.2b
Old Builds
Changelog
SuperSlopes by Hammerfell
Recipes
Spoiler:
Recipes work with Wood, Cobblestone, Glass, Sandstone, Dirt, Stone, Sand, Snow, Grass, Bricks, Gravel, Gold, Steel, Obsidian, Diamond. White wool can also be used for making slopes, corners and inverted staircases, but nothing else.
Inverted Stairs



Slope



Inverted Slope



Corner



Pyramid Corner



Inverted Pyramid Corner



Corner Slope



Inverted Corner Slope



Oblique Slope



Inverted Oblique Slope



Interior Corner



Inverted Interior Corner



To configure the available materials, edit the configuration file.
Windows: "%appdata%/.minecraft/conf/SuperSlopes.cfg"
Linux: "~/.minecraft/conf/SuperSlopes.cfg"
Mac: "~/Library/Application Support/minecraft/conf/SuperSlopes.cfg"
This configuration file is also available in a Forge SMP server under the conf folder
Inverted Stairs
Slope
Inverted Slope
Corner
Pyramid Corner
Inverted Pyramid Corner
Corner Slope
Inverted Corner Slope
Oblique Slope
Inverted Oblique Slope
Interior Corner
Inverted Interior Corner
To configure the available materials, edit the configuration file.
Windows: "%appdata%/.minecraft/conf/SuperSlopes.cfg"
Linux: "~/.minecraft/conf/SuperSlopes.cfg"
Mac: "~/Library/Application Support/minecraft/conf/SuperSlopes.cfg"
This configuration file is also available in a Forge SMP server under the conf folder
Noted Bugs (Do not report these)
Spoiler:
These are a list of bugs that have already been put into consideration and will hopefully be fixed soon.
- SuperSlope Grass blocks have texture issues
- SuperSlope Dirt blocks do not change into its grass equivalent like regular dirt blocks
- Smooth lighting isn't working 100% on some blocks
- Items are bright at night
- Inverted staircases will not render above level 64 if no other block is above level 64 in that chunk - I have no clue as to why this is happening and I would be happy to get confirmation that it isn't only an issue for me.
Downloads
Client & Server - Requires Forge 1.3.2
9/19/2012: [1.3.2] SuperSlopes - v4.2b
Old Builds
Spoiler:
Client & Server
8/19/2012: [1.3.2] SuperSlopes - v4.2
8/17/2012: [1.3.2] SuperSlopes - v4.1
Client
8/5/2012: [1.3.1] SuperSlopes - v4.0 (requires ModLoader & ModLoaderMp instead of Forge)
7/13/2012: [1.2.5] SuperSlopes - v3.1
7/5/2012: [1.2.5] SuperSlopes - v3.0
Server
8/7/2012: [1.2.5] SuperSlopes Server - v1.1 (requires ModLoader & ModLoaderMp instead of Forge)
7/13/2012: [1.2.5] SuperSlopes Server - v1.0
8/19/2012: [1.3.2] SuperSlopes - v4.2
8/17/2012: [1.3.2] SuperSlopes - v4.1
Client
8/5/2012: [1.3.1] SuperSlopes - v4.0 (requires ModLoader & ModLoaderMp instead of Forge)
7/13/2012: [1.2.5] SuperSlopes - v3.1
7/5/2012: [1.2.5] SuperSlopes - v3.0
Server
8/7/2012: [1.2.5] SuperSlopes Server - v1.1 (requires ModLoader & ModLoaderMp instead of Forge)
7/13/2012: [1.2.5] SuperSlopes Server - v1.0
Changelog
Spoiler:
v4.2b - Build 6
v4.0 - Build 3
v2.0 - Build 2
- Fixes issues with newer versions of Forge.
- Duplicate SuperSlopes staircases can no longer be crafted or accessed from the creative mode inventory, but still exist for compatibility reasons.
- Return values of recipes have been modifed to match the ratio of input to output for staircases, 3:2. So everything now returns 3 items except for stairs which return 4.
- One block recipes that convert slopes back to their original material have been removed due to inconsistencies
- Fixed the weird issue that inserted unexpected entities into the configuration files and prevented assigning an ID to certain wool blocks
- Added configuration boolean "BlockInversion" to enable or disable block inversion
- Replaced all occurrences of "Silver" to "LightGray" and "Steel" to "Iron" in config files
- Updated for Forge
- Added a mcmod.info file since Forge would crash otherwise.
- Added an actual version system that continues from Keavator's original version system (older builds also follow the new version system but their coded versions remain the same; by their Minecraft releases, so v3.1 is version 1.2.5)
- Added blocks to creative mode inventory under the "Building Blocks" tab, it is also searchable.
- Dramatically restructured code (only important for developers)
- Tweaked configuration files to be more informative and readable
- Merged the Client and Server mod into one
v4.0 - Build 3
- Updated for 1.3.1 (Temporarily with ModLoader rather than Forge)
- Updated nomenclature
- Updated to work with SuperSlopes Server - v1.0
- Changed advertised version from 1.2.3 to 1.2.5 (v3.0 worked with 1.2.5 but reported the version as 1.2.3)
- Updated Kaevator's original SuperSlopes for 1.2.5
v2.0 - Build 2
- Updated for 1.3.1 (Temporarily with ModLoader & ModLoaderMp rather than Forge)
- SuperSlopes' original port to SMP 1.2.5
Wallpaper
Spoiler:
This is a recompiled and modified version of Kaevator's Wallpaper for Minecraft 1.3.2. It changes many aspects behind the scenes and adds some new features such as extra configuration, sound effects, and a unified client and server mod.
Wallpaper by Hammerfell
Recipe
Noted Bugs (Do not report these)
Downloads
Client & Server - Requires Forge 1.3.2
8/20/2012: [1.3.2] Wallpaper - v3.1
8/20/2012: [1.3.2] Wallpaper - v3.0
Old Builds
Changelog
Wallpaper by Hammerfell
Recipe
Spoiler:
Wallpaper
P = Paper
P

P

P

Images to come soon....
P = Paper
P
P
P
Images to come soon....
Noted Bugs (Do not report these)
Spoiler:
- Optifine causes z-fighting when in use with this mod - For now increase the wallpaper size to 2.0 in the configuration file to resolve this.
- Removal and placement of wallpapers now has a bit of lag in 1.3.2
- Dyes are used up even when the current colour is already in use
Downloads
Client & Server - Requires Forge 1.3.2
8/20/2012: [1.3.2] Wallpaper - v3.1
8/20/2012: [1.3.2] Wallpaper - v3.0
Old Builds
Spoiler:
Client
8/28/2012: [1.2.5] Wallpaper - v2.2
8/1/2012: [1.2.5] Wallpaper - v2.1
7/5/2012: [1.2.5] Wallpaper - v2.0
Server
8/1/2012: [1.2.5] Wallpaper Server - v1.0
8/28/2012: [1.2.5] Wallpaper - v2.2
8/1/2012: [1.2.5] Wallpaper - v2.1
7/5/2012: [1.2.5] Wallpaper - v2.0
Server
8/1/2012: [1.2.5] Wallpaper Server - v1.0
Changelog
Spoiler:
v3.1 - Build 4
v2.2 - Build 2 + Bug Fixes
v1.0 - Build 1
- Fixed configuration setup so servers don't crash when loading the mod
- Added a SideOnly(Side.CLIENT) interface for all client specific functions so that servers do not get confused and crash
- Fixed sending the initialization packet (the packet that loads the server's config file and sends the configuration variables to the client)
- Configuration variables are reloaded when a player enters or renters a world - this includes servers
- Restructured code for new Forge.
- Wallpapers can no longer be placed in adventure mode - but still can be destroyed.
- Wallpapers no longer drop an item when destroyed by a player in creative mode.
- Wallpapers can now be added through creative mode inventory under the decoration tab or by using the search function.
- Merged the Client and Server mod into one.
- Wallpapers now play sound effects when added, removed, updated, dyed, and burnt.
v2.2 - Build 2 + Bug Fixes
- Fixes the crash when a wallpaper is added, removed, or updated in any way while the player is not in range of the wallpaper (this would only happen on a server).
- Updated to work with SuperSlopes Server - v1.0
- Dramatically restructured code (only important for developers)
- Added extra customization options (DyeWallpaper, CopyDye, BurnWallpaper, WallpaperWidth)
- Ambient Occlusion (Smooth Lighting) is now 110% functional - It is smoother than regular blocks
- Fixed the bounding box so that the shape and size matched exactly the shape and size of the wallpaper
- Changed advertised version from 1.2.3 to 1.2.5 (v2.0 worked with 1.2.5 but reported the version as 1.2.3)
- Updated Kaevator's original Wallpaper for 1.2.5
v1.0 - Build 1
- Wallpaper's original port to SMP 1.2.5
Frames
Spoiler:
This is a recompiled version of Kaevator's Frames for Minecraft 1.2.5. It doesn't add anything new or special to the mod except that it can now be used with Minecraft 1.2.5.
Frames by Hammerfell
Recipes
Noted Bugs (Do not report these)
Downloads
Client & Server - Requires Forge 1.3.2
8/22/2012 [1.3.2] Frames - v3.0
Old Builds
Changelog
Frames by Hammerfell
Recipes
Spoiler:
Wood Frames



Iron Frames



Iron Frames
Noted Bugs (Do not report these)
Spoiler:
These are a list of bugs that have already been put into consideration and will hopefully be fixed soon.
- Bounding box is much thinner than the actual frames so sometimes frames disappear when at the edge of the screen.
- Frames cannot be broken if not holding the beam item, dye, an axe, or a pickaxe.
- When a block is placed in front of a frame, the frame turns black. Also, it wont update properly until the block is removed.
- When placed on snow or grass, the frame is place on top and does not replace it
- Dyes are used up even when the current colour is already in use
Downloads
Client & Server - Requires Forge 1.3.2
8/22/2012 [1.3.2] Frames - v3.0
Old Builds
Spoiler:
Client
8/28/2012: [1.2.5] Frames - v2.2
8/22/2012: [1.2.5] Frames - v2.1
7/13/2012: [1.2.5] Timber Frames - v2.0
Server
8/22/2012: [1.2.5] Frames Server - v1.0
8/28/2012: [1.2.5] Frames - v2.2
8/22/2012: [1.2.5] Frames - v2.1
7/13/2012: [1.2.5] Timber Frames - v2.0
Server
8/22/2012: [1.2.5] Frames Server - v1.0
Changelog
Spoiler:
v3.0 - Build 3
v2.2 - Build 2 + Bug Fixes
v1.0 - Build 1
- Updated to 1.3.2
- Restructured code for new Forge.
- Frames can no longer be placed in adventure mode - but still can be destroyed.
- Frames no longer drop an item when destroyed by a player in creative mode.
- Wood Frames & Iron Frames can now be added through creative mode inventory under the decoration tab or by using the search function.
- Merged the Client and Server mod into one.
- Removed the sound packet since it is sent automatically in 1.3.2
- Frames now play sound effects when burnt.
- Fixed lag when removing a frame
v2.2 - Build 2 + Bug Fixes
- Fixes the crash when a frame is added, removed, or updated in any way while the player is not in range of the frame (this would only happen on a server).
- Updated to work with Frames Server v1.0
- Iron Frames no longer burn
- The item "Beams" has been renamed to "Frames" and is now recognized by the material type. (Wood Frames and Iron Frames)
- Smoother day/night lighting transition.
- Frame lighting now matches regular block lighting at night. (Before the lighting was much darker than the surrounding blocks)
- Frames are now vulnerable to explosions and have slightly lower resistance values relative to their material counterpart. (Planks & Iron Block) - Note: Frames do not dampen the explosion power like blocks do.
- The Iron Frames item can no longer remove or update Wood Frames and visa versa.
- Changed the destruction item for Iron Frames from axes to pickaxes. (Wood Frames still use axes)
- Added extra configuration options. (DyeFrames & BurnFrames)
- Frames can now be updated when not on a wall.
- Frames now play sound effects when added, removed and updated.
- Frames can now be placed like regular blocks rather than just on walls.
- Arrows shot from skeletons no longer corrupt the world when shot into Frames
- Renamed Timber Frames to Frames
- Updated Kaevator's original Frames for 1.2.5
v1.0 - Build 1
- Frame's original port to SMP 1.2.5
Bug Reporting
If you find any issues with the mod that has not already been listed under the "Noted Bugs" section of that mod, please give a description of the problem as well as the instructions to reproduce it. Also, if Minecraft completely crashes, include the error report in a spoiler tag.











