Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Workaround] Ex Nihilo Adscensio: Wood Chippings no longer working #171

Closed
BlayTheNinth opened this issue Jan 22, 2017 · 3 comments
Closed
Labels
compatibility Issues related to compatibility with another mod pending release This issue is fixed and will be released in the next version

Comments

@BlayTheNinth
Copy link
Member

Here's a messy workaround to fix Wood Chippings for now. Currently talking with Adscensio devs to have a proper fix soon.

  1. Add to CompostRegistry.json in ExNihiloAdscensio config
"excompressum:wood_chippings:0": {
    "value": 0.125,
    "color": {
      "r": 0.78039217,
      "g": 0.47058824,
      "b": 0.14901961,
      "a": 1.0
    },
    "compostBlock": {
      "name": "minecraft:dirt",
      "meta": 0
    }
  }
  1. Add to HammerRegistry.json in ExNihiloAdscensio config
"minecraft:log:*": [
    {
      "stack": {
        "name": "excompressum:wood_chippings",
        "amount": 1,
        "meta": 0
      },
      "miningLevel": 0,
      "chance": 1.0,
      "fortuneChance": 0.0
    },
    {
      "stack": {
        "name": "excompressum:wood_chippings",
        "amount": 1,
        "meta": 0
      },
      "miningLevel": 0,
      "chance": 0.75,
      "fortuneChance": 0.0
    },
    {
      "stack": {
        "name": "excompressum:wood_chippings",
        "amount": 1,
        "meta": 0
      },
      "miningLevel": 0,
      "chance": 0.5,
      "fortuneChance": 0.0
    },
    {
      "stack": {
        "name": "excompressum:wood_chippings",
        "amount": 1,
        "meta": 0
      },
      "miningLevel": 0,
      "chance": 0.25,
      "fortuneChance": 0.0
    }
  ],
"minecraft:log2:*": [
    {
      "stack": {
        "name": "excompressum:wood_chippings",
        "amount": 1,
        "meta": 0
      },
      "miningLevel": 0,
      "chance": 1.0,
      "fortuneChance": 0.0
    },
    {
      "stack": {
        "name": "excompressum:wood_chippings",
        "amount": 1,
        "meta": 0
      },
      "miningLevel": 0,
      "chance": 0.75,
      "fortuneChance": 0.0
    },
    {
      "stack": {
        "name": "excompressum:wood_chippings",
        "amount": 1,
        "meta": 0
      },
      "miningLevel": 0,
      "chance": 0.5,
      "fortuneChance": 0.0
    },
    {
      "stack": {
        "name": "excompressum:wood_chippings",
        "amount": 1,
        "meta": 0
      },
      "miningLevel": 0,
      "chance": 0.25,
      "fortuneChance": 0.0
    }
  ]
@BlayTheNinth BlayTheNinth added the compatibility Issues related to compatibility with another mod label Jan 22, 2017
@ElTodoFull
Copy link

ElTodoFull commented Jan 29, 2017

And how do i add those lines?
I'm using notepad++ but i'm afraid of how much sepparation is needed. I just don't understand.

@BlayTheNinth
Copy link
Member Author

BlayTheNinth commented Jan 29, 2017

In CompostRegistry, put a comma , after the } that closes the entry before (Notepad++ will turn the matching parantheses red when your text cursor is on them so you can easily check) and then paste the stuff for the CompostRegistry.

For the HammerRegistry, do the same but with a comma after the ] instead.

@ElTodoFull
Copy link

I've been trying 3 times, first i put the comma and directly pasted the code. then, after the comma, i typed a space and pasted, finally I entered after the comma and pasted.
Nothing, i've dne that with both codes and hammering the wood still gives me normal wood.
I was of course saving and editing with the game closed.
I think it would be easier if you just upload both files already modified.
Thanks anyway!

@BlayTheNinth BlayTheNinth added the pending release This issue is fixed and will be released in the next version label Feb 20, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
compatibility Issues related to compatibility with another mod pending release This issue is fixed and will be released in the next version
Projects
None yet
Development

No branches or pull requests

2 participants