Shovinus / ChopDownUpdated

Realistic Minecraft Tree Chopping
Other
6 stars 3 forks source link

[Mod Compat] Cuisine #34

Closed breadguyyy closed 5 years ago

breadguyyy commented 5 years ago

{"logs":["cuisine:log"], "leaves":["cuisine:sheared_leaves:*"]}

i think thats right. still not really sure how the config is supposed to work, it always errored out for me

Shovinus commented 5 years ago

its regex, so : would mean ":" 0 or more times, and would not match "." in regex means any character so . means anything goes for any number of characters basically

breadguyyy commented 5 years ago

Ah, gotcha. I’ve also got another stupid question. Where do i actually put the config lines? There wasn’t an obvious place in the only config i could find (chopdownupdated.cfg). I tried pasting the config lines for Betweenlands and Twilight Forest directly from the google doc, but starting the game gives me an errored config and regenerates a new one.

Shovinus commented 5 years ago

can you paste your config?

breadguyyy commented 5 years ago

https://hastebin.com/adibujotas.cpp

https://hastebin.com/velipubaho.cpp

after updating to the newest version with the new config I tried both of these, both do not work.

Shovinus commented 5 years ago

I can't open this site on my computer for some reason, can you try pastebin instead?

QuantumStatement commented 5 years ago

@yikies, first config should work fine, if you make some changes:

  1. Log also should have metadata ( cuisine:log:0 )
  2. You shouldn't add leaves to shared_leaves config entry
Shovinus commented 5 years ago

this works fine : {"logs":["cuisine:log:0"], "leaves":["cuisine:sheared_leaves:.*"]} I will add to the inbuilt options