Mod
Roid's Old Obsidian
No reviews yet
Rewrite of Jsoned Old Obsidian with more performance and features
Includes quality of life improvements and small tweaks to enhance and customize gameplay.
Forge is a popular mod loader for versions 1.1+ of Minecraft.
Community voices
Reviews
Click once to include, again to exclude, again to clear
No reviews yet. Be the first to review this project!
Get it on
Available Platforms
About
Project Details
For authors
Embed Badge
If you're the author of this project, you can embed a live badge anywhere that supports HTML or Markdown. It updates automatically whenever ratings change.
Use HTML for any page that supports it, or Markdown for README files and Markdown-based descriptions.
Identifiers
Platform IDs
About
Description
The original Jsoned Old Obsidian, when used with a lot of recipes, has output such as this when a lot of recipes are registered
That report is the reason I made this mod. I do not have benchmarks, but the same user which created the report above (where 80% of the chunk loading time is used by Jsoned Old Obsidian) noticed no performance cost to adding recipes with this fork.
Features
The basic feature of this mod is that when a block (let's call it liquid1) triggers a block update to another block (dust) that is next to a third block (liquid2), the dust gets converted to a blockstate (result) defined in JSON. Note that liquid1 and liquid2 don't have to be fluids.
For example, you could have fluid1 be lava, dust be redstone dust and fluid2 be water, and you'd get the old redstone -> lava conversion bug
This conversion, using the json API, would look like this :
{
"liquid1": "minecraft:flowing_lava",
"liquid2": [
"minecraft:flowing_water",
"minecraft:water"
],
"dust": "minecraft:redstone_wire",
"result": "minecraft:obsidian"
}
This mod supports blockstate matching, block matching, oreDict matching (using the picked block), RegEx matching (using registryname:meta) and any matching. It is fairly easy to add new matchers via GroovyScript native method access.
More details can be found on the wiki
Reloading
You can also reload all conversions added by JSON by running the command /jsonedoldobsidian:conversion_reload
Performance
The mod this forks (Jsoned Old Obsidian), did RegEx matching for every entry on every NeighborNotifyEvent, thus wasting a lot of performance doing repeated expensive operations. This fork :
- Avoid using RegEx where not necessary (i.e : block matching is made by ==)
- Computes the Blocks, BlockStates, OreIds, RegEx (compilation) when the recipe is added instead of matched (so it's only done once)
- Hashes liquid1 matching
Screenshots
Gallery
Versions
Files
Relations
Project Relations
More like this
Similar Mods
Suggestions use data such as tags, dependencies, dependents, descriptions, titles, and more to rank how much they overlap with this mod.
On ModDex
Community snapshot
By the numbers
Statistics
Want to reach Minecraft players?
We're looking for a server hosting partner to feature here and other parts of the site. Interested? Send us a message!
Get in touchGet it on
Available Platforms
On ModDex
Community snapshot
By the numbers