Giter Club home page Giter Club logo

repurposedstructures's Introduction

The banner logo for Repurposed Structures

See the wiki for more details about this bee-tastic mod!


MAVEN

For developers that want to add RS to their mod's workspace:

repositories {
  maven {
    url "https://nexus.resourcefulbees.com/repository/telepathicgrunt/"
  }
}

 

(This format is now standardized for RepurposedStructures from 6.3.14 forward. See older branches's README.md for what the old format was) Don't forget to change <modversion> with the actual latest version of this mod like 6.3.14 for example. Replace forge with your modloader and the mc version with the target mc version.

dependencies {
  ...
  FORGE: implementation fg.deobf("com.telepathicgrunt:RepurposedStructures:\<modversion>+1.19.3-forge")
  FABRIC: modImplementation "com.telepathicgrunt:RepurposedStructures:\<modversion>+1.19.3-fabric"
  QUILT: modImplementation "com.telepathicgrunt:RepurposedStructures:\<modversion>+1.19.3-quilt"
}

 

FORGE ONLY: Add the mixingradle to your buildscript's dependencies block. These will allow Bumblezone's mixins to work. After you add the properties lines, refresh Gradle and run genEclipseRuns or genIntellijRuns or genVSCodeRuns based on what IDE you are using.

https://github.com/SpongePowered/Mixin/wiki/Mixins-on-Minecraft-Forge#step-1---adding-the-mixingradle-plugin

buildscript {
  ...
  dependencies {
    classpath group: 'net.minecraftforge.gradle', name: 'ForgeGradle', version: '5.1.+', changing: true
    // MixinGradle:
    classpath 'org.spongepowered:mixingradle:0.7.+'
  }
}

repurposedstructures's People

Contributors

telepathicgrunt avatar 1mtwtfss1 avatar thebrightspark avatar adamraichu avatar bytegm avatar kleptovane avatar smollet777 avatar zano1999 avatar andrew0030 avatar elloellie avatar zeedif avatar

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.