FreeBlock/mods/ADDONS/mcl_rubber
Michael Sebero e997a6a48e Update .gitignore, CODE_OF_CONDUCT.md, CONTRIBUTING.md, and 1010 more files 2023-08-13 21:22:15 -04:00
..
models Update .gitignore, CODE_OF_CONDUCT.md, CONTRIBUTING.md, and 1010 more files 2023-08-13 21:22:15 -04:00
schematics Update .gitignore, CODE_OF_CONDUCT.md, CONTRIBUTING.md, and 1010 more files 2023-08-13 21:22:15 -04:00
textures Update .gitignore, CODE_OF_CONDUCT.md, CONTRIBUTING.md, and 1010 more files 2023-08-13 21:22:15 -04:00
LICENSE Update .gitignore, CODE_OF_CONDUCT.md, CONTRIBUTING.md, and 1010 more files 2023-08-13 21:22:15 -04:00
README.md Update .gitignore, CODE_OF_CONDUCT.md, CONTRIBUTING.md, and 1010 more files 2023-08-13 21:22:15 -04:00
biolib.lua Update .gitignore, CODE_OF_CONDUCT.md, CONTRIBUTING.md, and 1010 more files 2023-08-13 21:22:15 -04:00
functions.lua Update .gitignore, CODE_OF_CONDUCT.md, CONTRIBUTING.md, and 1010 more files 2023-08-13 21:22:15 -04:00
init.lua Update .gitignore, CODE_OF_CONDUCT.md, CONTRIBUTING.md, and 1010 more files 2023-08-13 21:22:15 -04:00
mod.conf Update .gitignore, CODE_OF_CONDUCT.md, CONTRIBUTING.md, and 1010 more files 2023-08-13 21:22:15 -04:00
register.lua Update .gitignore, CODE_OF_CONDUCT.md, CONTRIBUTING.md, and 1010 more files 2023-08-13 21:22:15 -04:00
screenshot.1.png Update .gitignore, CODE_OF_CONDUCT.md, CONTRIBUTING.md, and 1010 more files 2023-08-13 21:22:15 -04:00
screenshot.2.png Update .gitignore, CODE_OF_CONDUCT.md, CONTRIBUTING.md, and 1010 more files 2023-08-13 21:22:15 -04:00
screenshot.png Update .gitignore, CODE_OF_CONDUCT.md, CONTRIBUTING.md, and 1010 more files 2023-08-13 21:22:15 -04:00

README.md

Rubber Addon for MineClone 2

by Biochemist

ContentDB

Features

  • Adds a new Rubber Tree to the World, that you can find
  • This tree can be cut down, and made into Planks, Stairs and Slabs
  • some Stuff can be made from it too
  • You can craft the treetap, a block, that can be attached to rubber trees to harvest their resource: rubber resin
  • the rubber resin then can be put in the furnace, and made into different things
  • one of these things are the rubber boots: they reduce the amount of fall damage you receive by 60%
  • another use is making a rubber block out of it. This block acts like a trampoline and also negates fall damage completely

Notes

  • it is a mod designed to run with MineClone2, and extends it's gameplay
  • if you want to make sure, that your mod is compatible with this one, you can just use group:rubber in your crafting recipes for one piece of rubber.
  • it also uses an internal library, that will be split of eventually, but for now it's part of it; One less dependency to worry about for you.

Usage

  • you can download the zip file from here, and then just unpack it into your mods folder. In your mods folder now should be a folder called mcl-rubber (potentially rename it to mcl_rubber, because i don't know it it will just work)
  • alternatively you can also just find it on ContentDB for Minetest

Have fun and enjoy!