Code Monkey home page Code Monkey logo

sulfur-potassium-mod's Introduction

Hi πŸ‘‹

CS student from πŸ‡ΈπŸ‡ͺ who likes graphics and games.

About me

sulfur-potassium-mod's People

Watchers

 avatar

sulfur-potassium-mod's Issues

Emerald Tools hammers compat

I'm on Fabric 1.19.2 and I have tested this with only this mod and Emerald Tools installed. I didn't think to try mining the storage blocks, but I did try all three ores.

Emerald Tools has hammers which mine a 3x3 area. While the extra pickaxes added by this mod mine the potassium and sulfur ores just fine, but the hammers cannot break the blocks. When the ores are hammered the breaking animation plays over and over but the block never breaks.

Could you add the tags to the blocks to make them hammerable? Thanks!

Issue guidlines

How to Issue

If you've encountered a bug caused by my mod and want to report it, please follow these simple stepps.

Create a new issue by pressing the green "New Issue" button to the right.

Have the following information:

  • Minecraft version
  • Mod version
  • What caused the bug
  • Explanation on how to create the bug
  • Crash logs is very informative so please link them! (via https://www.pastebin.com for example)

It's fine if you don't know what caused the bug but please write mod and minecraft version.

Good example of an issue: andersblomqvist/enhanced-mob-spawners#15

[1.16.3] sulfur-potassium-mod is not registering the two configured features of the ores

Hello! I was test running my mod called Blame to see how well it works on modpacks and it seemed to have found that sulfur-potassium-mod does not register the ConfiguredFeatures of the ores. This can be an issue for mod compatibility as under certain conditions, unregistered ConfiguredFeatures can basically prevent other mod's registered ConfiguredFeatures from spawning if in the same generation stage.

By that I mean, if mod A adds an unregistered CF to the ore generation stage and the biome's codec reaches it first, it will choke and basically nuke mob B's registered CFs afterwards. Here's a case where BetterCaves forgot to register their CF and caused several CFs from Oh The Biomes You'll Go to stop spawning in the world: YUNG-GANG/YUNGs-Better-Caves#75

Here's a more detailed explanation of why this happens in the biome's codec:
image

Specifically, when you call .withConfiguration on a Feature, you create a ConfiguredFeature. This is what should be registered to the WorldgenRegisties at mod init (you can do it in FMLCommonSetupEvent so you have your config ready too if it is needed).

Anyway here's an example from my mod RepurposedStructures of me registering all my ConfiguredFeatures.
https://github.com/TelepathicGrunt/RepurposedStructures/blob/a4e3365e3867b8510952ebf658c415de6e412927/src/main/java/com/telepathicgrunt/repurposedstructures/RSConfiguredFeatures.java#L184-L185

I hope this helps!

The CFs that Blame found that are unregistered are these. It pulled those entries out of the CF's JSON to try its best to find which mod the CFs are from:

sulfurpotassiummod:potassium_ore_block
sulfurpotassiummod:sulfur_nether_ore_block
sulfurpotassiummod:sulfur_ore_block

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.