Skip to content

MisterNoNameLP/ocCraft

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

27 Commits
 
 
 
 
 
 
 
 

Repository files navigation

ocCraft

This is a little videogame originated trough a very little OpenComputers game jam. It is currently not much more as the engine but should be easy to modify as long as you have a little practice with lua.

Modding

You can install/create your own texture packs (also with different resolution) as well as mods with new blocks, entities and biomes (world gen)*.

*(technically you can change nearly anything at runtime because the most data are stored in a local table named global which will given to any script at loading.)

Installation

To play the game you need Minecraft with forge and the OpenComputers mod installed. On the OC PC you just need to download and run the setup file (https://pastebin.com/7h1xNZgt).

I hope you like the project and have a little bit fun :>

License

ocCraft Copyright (C) 2019 MisterNoNameLP

This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.

This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.

You should have received a copy of the GNU General Public License along with this program. If not, see https://www.gnu.org/licenses/.