Giter VIP home page Giter VIP logo

mineblox's Introduction

Mineblox

A reimplementation of Minecraft written in Lua for Roblox.

[Not affiliated with Mojang AB]

Features

  • Rendering
    • Render blocks as baseparts
    • Render plants as models
    • Cull textures & blocks based on neighbour
  • Generation
    • Terrain Shape
    • Surface Layer
    • Plants + trees
  • Dropped objects
    • Movement
    • Stacking
  • Health & fall damage

Getting Started

  1. Download the latest .rbxl file from releases.
  2. Import file into a new place in Roblox Studio.

Planned Features

  • Render blocks using editable meshes
  • LOD (level of detail) based on distance
  • Multithreading
  • Biomes
    • Desert
    • Tundra
  • Caves
  • Particle physics system
  • Mobs
    • Pathfinding
    • State machine

Contributing

Check out the contribution guide for instructions.

[This document is a work in progress]

mineblox's People

Contributors

mustafakhafaji avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar

mineblox's Issues

New lighting engine

Hi there.
While this isn't related to any sort of bugs, it may add onto the Mineblox Project.
Minecraft uses a flood fill algorithm in order to simulate lighting, Mineblox uses the standard Roblox lighting engine which is sometimes limiting.

I recommend you check out this topic that I've made about how shaders are made here:
https://devforum.roblox.com/t/how-its-done-making-shaders-part-1/2647970
(it doesn't mention the custom lighting engine, but you can make your own by using raycasts and textures to simulate Minecraft's lighting process)

Bug

There is this bug where the fall damage, and arm won't show. Which means I can't mine.

Terrain Generation Issue

I have not touched the Generation Manager Script but there is 1 Error

  1. When the Terrain Loads the Oak Logs don't appear. Only a hole into the Void that I am able to fall into.
  2. The Sides of Blocks Such as Leaves and Dirt don't have their side textures. After dying I received this Error.

StarterPlayer.StarterPlayerScripts.Modules.Chunks.Terrain.GenerationManager:486: attempt to index nil with number - Client - GenerationManager:486

Video Of Error: https://youtu.be/HrQRdbzJQL8

(also I am a huge fan of you and the series, keep up the good work :D )

Block Creation

Hey! There is no error for this one but I wanted to know if theres a script that Generates the blocks. I noticed that it doesn't use the blocks from ReplicatedStorage.Items

I tried finding the script that makes these blocks because you could use MeshParts as a Block for the Mesh Items that you want to make.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.