https://github.com/danieltyebkhan/bitwisemc

Minecraft Mod which adds Binary AND, XOR, and NOT operators as single blocks

https://github.com/danieltyebkhan/bitwisemc

Science Score: 13.0%

This score indicates how likely this project is to be science-related based on various indicators:

  • CITATION.cff file
  • codemeta.json file
    Found codemeta.json file
  • .zenodo.json file
  • DOI references
  • Academic publication links
  • Academic email domains
  • Institutional organization owner
  • JOSS paper metadata
  • Scientific vocabulary similarity
    Low similarity (4.4%) to scientific vocabulary
Last synced: 10 months ago · JSON representation

Repository

Minecraft Mod which adds Binary AND, XOR, and NOT operators as single blocks

Basic Info
  • Host: GitHub
  • Owner: DanielTyebkhan
  • Language: Java
  • Default Branch: master
  • Homepage:
  • Size: 1.33 MB
Statistics
  • Stars: 0
  • Watchers: 1
  • Forks: 0
  • Open Issues: 0
  • Releases: 0
Created over 4 years ago · Last pushed over 4 years ago
Metadata Files
Readme

README.md

BitwiseMC

This mod adds binary AND, XOR, and NOT gates as minecraft diode blocks.

- The AND and XOR gates take redstone input from the left and right sides and output to the top of the block. - The NOT gate takes redstone input from the back and outputs to the front. - All gates have a delay of 2 and output 15 power

Installation

  1. Install Forge (mod is written for v1.18.1).
  2. Download the mod jar (or build it from source).
  3. Add the jar file to the .minecraft/mods folder on your computer

Building from source

From the root directory run ./gradlew runData && ./gradlew build. Then jar will be generated in build/libs.

Owner

  • Name: Daniel Tyebkhan
  • Login: DanielTyebkhan
  • Kind: user

Software Engineer @ Autonodyne

GitHub Events

Total
Last Year

Dependencies

build.gradle maven