GithubHelp home page GithubHelp logo

heterorustichromia's People

Contributors

acgaming avatar daedalusgame avatar

Stargazers

 avatar  avatar

Watchers

 avatar  avatar

heterorustichromia's Issues

Suggestion: Saw Mill

I powered saw mill that converts logs into planks at a ratio higher than vanilla by default with CT support would play very nicely as a progression system

Crash when hoppering items into the assembler

Have a reoccurring crash when I open my world - attempted to hopper some oak planks into the crafter to make sticks and got the crash. Here is the log:

20:30:51.004
Exception loading model for variant rustichromia:cotton_seed#normal
net.minecraftforge.client.model.ModelLoaderRegistry$LoaderException: Exception loading model rustichromia:cotton_seed#normal with loader VariantLoader.INSTANCE, skipping
at net.minecraftforge.client.model.ModelLoaderRegistry.getModel(ModelLoaderRegistry.java:161)
at net.minecraftforge.client.model.ModelLoader.func_177569_a(ModelLoader.java:235)
at net.minecraft.client.renderer.block.model.ModelBakery.loadBlock(ModelBakery.java:153)
at net.minecraftforge.client.model.ModelLoader.func_188640_b(ModelLoader.java:223)
at net.minecraftforge.client.model.ModelLoader.func_177570_a(ModelLoader.java:150)
at net.minecraft.client.renderer.block.model.ModelManager.func_110549_a(ModelManager.java:28)
at net.minecraft.client.resources.SimpleReloadableResourceManager.func_110542_a(SimpleReloadableResourceManager.java:121)
at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:513)
at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:378)
at net.minecraft.client.main.Main.main(SourceFile:123)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:497)
at net.minecraft.launchwrapper.Launch.launch(Launch.java:135)
at net.minecraft.launchwrapper.Launch.main(Launch.java:28)
Caused by: net.minecraft.client.renderer.block.model.ModelBlockDefinition$MissingVariantException
at net.minecraft.client.renderer.block.model.ModelBlockDefinition.func_188004_c(ModelBlockDefinition.java:83)
at net.minecraftforge.client.model.ModelLoader$VariantLoader.loadModel(ModelLoader.java:1175)
at net.minecraftforge.client.model.ModelLoaderRegistry.getModel(ModelLoaderRegistry.java:157)
... 15 more
20:30:51.010
Exception loading blockstate for the variant rustichromia:cotton_seed#normal:
java.lang.Exception: Could not load model definition for variant rustichromia:cotton_seed
at net.minecraftforge.client.model.ModelLoader.func_177586_a(ModelLoader.java:269)
at net.minecraft.client.renderer.block.model.ModelBakery.loadBlock(ModelBakery.java:121)
at net.minecraftforge.client.model.ModelLoader.func_188640_b(ModelLoader.java:223)
at net.minecraftforge.client.model.ModelLoader.func_177570_a(ModelLoader.java:150)
at net.minecraft.client.renderer.block.model.ModelManager.func_110549_a(ModelManager.java:28)
at net.minecraft.client.resources.SimpleReloadableResourceManager.func_110542_a(SimpleReloadableResourceManager.java:121)
at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:513)
at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:378)
at net.minecraft.client.main.Main.main(SourceFile:123)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:497)
at net.minecraft.launchwrapper.Launch.launch(Launch.java:135)
at net.minecraft.launchwrapper.Launch.main(Launch.java:28)
Caused by: java.lang.RuntimeException: Encountered an exception when loading model definition of model rustichromia:blockstates/cotton_seed.json
at net.minecraft.client.renderer.block.model.ModelBakery.func_188632_a(ModelBakery.java:228)
at net.minecraft.client.renderer.block.model.ModelBakery.func_177586_a(ModelBakery.java:208)
at net.minecraftforge.client.model.ModelLoader.func_177586_a(ModelLoader.java:265)
... 14 more
Caused by: java.io.FileNotFoundException: rustichromia:blockstates/cotton_seed.json
at net.minecraft.client.resources.FallbackResourceManager.func_135056_b(FallbackResourceManager.java:104)
at net.minecraft.client.resources.SimpleReloadableResourceManager.func_135056_b(SimpleReloadableResourceManager.java:79)
at net.minecraft.client.renderer.block.model.ModelBakery.func_188632_a(ModelBakery.java:221)
... 16 more
20:30:52.573
Failed to load bookmarked ItemStack from json string, the item no longer exists:
{id:"primal:steel_plate",Count:1b,Damage:0s}
20:30:52.574
Failed to load bookmarked ItemStack from json string, the item no longer exists:
{id:"primal:tamahagane_plate",Count:1b,Damage:0s}
20:30:52.824
Skipping bad option: lastServer:
20:31:05.300
Encountered an unexpected exception
net.minecraft.util.ReportedException: Ticking block entity
at net.minecraft.server.MinecraftServer.func_71190_q(MinecraftServer.java:773)
at net.minecraft.server.MinecraftServer.func_71217_p(MinecraftServer.java:668)
at net.minecraft.server.integrated.IntegratedServer.func_71217_p(IntegratedServer.java:185)
at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:526)
at java.lang.Thread.run(Thread.java:745)
Caused by: java.lang.IllegalStateException
at java.util.ArrayList$Itr.remove(ArrayList.java:864)
at rustichromia.recipe.AssemblerRecipe.matches(AssemblerRecipe.java:42)
at rustichromia.recipe.RecipeRegistry.getAssemblerRecipe(RecipeRegistry.java:75)
at rustichromia.tile.TileEntityAssembler.findRecipe(TileEntityAssembler.java:150)
at rustichromia.tile.TileEntityAssembler.findRecipe(TileEntityAssembler.java:35)
at rustichromia.tile.TileEntityBasicMachine.func_73660_a(TileEntityBasicMachine.java:82)
at rustichromia.tile.TileEntityAssembler.func_73660_a(TileEntityAssembler.java:139)
at net.minecraft.world.World.func_72939_s(World.java:1838)
at net.minecraft.world.WorldServer.func_72939_s(WorldServer.java:613)
at net.minecraft.server.MinecraftServer.func_71190_q(MinecraftServer.java:767)
... 4 more
20:31:05.310
This crash report has been saved to: C:\Users\Ethan\Twitch\Minecraft\Instances\Actually 1 mod\crash-reports\crash-2020-02-24_20.31.05-server.txt
20:31:06.977
Process crashed with exit code -1

Mod list:

AppleSkin squeek502 AppleSkin-mc1.12-1.0.9.jar  
  Heterorustichromia BordListian Rustichromia-0.5.jar
  Just Enough Items (JEI) mezz jei_1.12.2-4.15.0.291.jar
  Just Enough Resources (JER) way2muchnoise JustEnoughResources-1.12.2-0.9.2.60.jar
  Mystical Gears RCXcrafter mystgears-1.1.0.jar
  Mystical Mechanics API BordListian Mystical Mechanics-0.12.jar
  Nature's Compass Chaosyr NaturesCompass-1.12.2-1.8.3.jar
  The One Probe McJty theoneprobe-1.12-1.4.28.jar
  World Stripper

Suggestion: Animal Engine/Horse Mill

It would be neat if there was a way to generate mechanical power using animals as power source.
See: horse mill or any other animal engine.
The animals would push/pull a horizontal axle around a center point to drive the vertical axle in the middle.
Different suggestions for the inner workings:

  1. Different animals result in different power outcomes (Mechanical Power Produced: Horse>Donkey>Cow>Other).
  2. Animals need to be fed (love mode?) to be able to push. This would make it a bit more difficult to use.
  3. Push axle: Animals have to walk against the horizontal axle.
    Pull axle: Animals have to be tied to the horizontal axle and walk a slight bit in front of the axle.

Plywood Gear are a weird progression lock

  • Ratioboxes (which basicly work as low-tier axle bends) need a plywood gear
  • Plywood gears need the Quern to craft, which means some sawdust must be made manually

Possible solutions:

  • Ratioboxes don't need gears (bad because they're clearly gearboxes)
  • Some other way to get some sawdust? (bad because manual crafting)
  • Plywood can be made in hand at lower efficiency

Suggestion: Sounds

  • Just as simple as it is.
  • Will improve the immersive feel of the mod.

PS: I can make the sound files if you consider adding sounds in.

Thanks

Inertia Gear

Need some kind of gear that slowly gets to a certain speed

Rustichromia windmills (big and small) don't work properly with Mystical Mechanics mergebox

Relevant mods:
Rustichromia 0.9
Mystical Mechanics 0.18
Mystical Gears 1.1.6
Embers Rekindled 1.14-hotfix

Forge version: 14.23.5.2854

Expected behavior: Mechanical power is combined at the output through the mergebox, allowing multiple windmills to power a single device for use in recipes that require higher mechanical power such as grinding cobblestone to gravel, default ore doubling recipes, and the like

Actual behavior: Mergebox recognizes inputs but does not output any power from the output side. Mergebox functions as intended when used with Embers steam engines. When the game is reloaded (exiting to main menu and starting the world again - exiting the game entirely then going back in will continue the former behavior), however, the mergebox will begin output, but it will only recognize a single input and not combine inputs - Additionally, it will only pass through the lowest power input. Windmills will also no longer fluctuate power with the "wind" after reloading and will maintain a stable power output (usually under 50% of maximum) until the entire axle and gearbox assembly is broken down completely and rebuilt.

https://imgur.com/a/kIFHLi1 Images taken during testing using the mystical gears mechanical dial to measure power

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.