Giter Club home page Giter Club logo

morefuelsmod's Introduction

Hi there ๐Ÿ‘‹

Check out my website here

Currently working on my degree in Digital Narratives and Interactive Design, and my minor in CS

I'm proficient in Python, Java, Shell Scripting, and Linux Administration

I'm currently learning Rust and JS

morefuelsmod's People

Contributors

boredhero avatar matshou avatar

Watchers

 avatar  avatar

morefuelsmod's Issues

Port 1.14.4 --> 1.13.2

Most of the code should still be usable since 1.13 was the big rewrite.

Will need to remove some recipes and such because 1.13 didn't have all the same items yet.

Port 1.15.2 Features --> 1.12.2

This is simply replacing the outdated "fuel pellets" items and replacing them with the dried plants items. Should be simple, will stay on 1.12.2 codebase, which will be imported into this repository and the older morefuelsmod-1.12.2 repository deleted.

Gradle Won't Build

Gradle commands all fail with mysterious errors that don't make sense and seem like it isn't able to find/see/import forge. There is no real issue with the OreGen class. I have verified that those imports and features exist in 1.15.2 and are being used correctly (they also worked flawlessly in 1.14.4). The issue seems to be with the Gradle and project configuration but I'm not sure what.

With the current configuration, all gradle builds fail with an error something like:

Deprecated MinecraftExtension.setMappings called. Use mappings(channel, version)
New Dep: net.minecraftforge:forge:1.15.2-31.2.0_mapped_snapshot_20200519-1.15.1

> Task :compileJava FAILED
/home/noah/code/morefuelsmod/src/main/java/io/morefuelsmod/MFMOreGen.java:75: error: cannot find symbol
                                        biome.addFeature(GenerationStage.Decoration.UNDERGROUND_ORES, Biome.createDecoratedFeature(Feature.ORE, new OreFeatureConfig(stoneType, wantedBlock.getDefaultState(), veinSize), Placement.COUNT_RANGE, cfg));
                                                                                                           ^
  symbol:   method createDecoratedFeature(Feature<OreFeatureConfig>,OreFeatureConfig,Placement<CountRangeConfig>,CountRangeConfig)
  location: class Biome
/home/noah/code/morefuelsmod/src/main/java/io/morefuelsmod/MFMOreGen.java:96: error: cannot find symbol
                        biome.addFeature(GenerationStage.Decoration.UNDERGROUND_ORES, Biome.createDecoratedFeature(Feature.ORE, new OreFeatureConfig(stoneType, wantedBlock.getDefaultState(), veinSize), Placement.COUNT_RANGE, cfg));
                                                                                           ^
  symbol:   method createDecoratedFeature(Feature<OreFeatureConfig>,OreFeatureConfig,Placement<CountRangeConfig>,CountRangeConfig)
  location: class Biome
2 errors
FAILURE: Build failed with an exception.```

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.