ejektaflex / Bountiful

A Minecraft mod adding bounties for specific items.
https://minecraft.curseforge.com/projects/bountiful
GNU General Public License v3.0
82 stars 31 forks source link

Xtra Arrows and Numismatic Overhaul [Bug]: #249

Closed moderninity closed 9 months ago

moderninity commented 9 months ago

What happened?

On Fabric 1.20.1 I have Numismatic Overhaul and Xtra Arrows installed and saw on the git that both mods have built in bounty pools but neither populate at any level bounty board or decree.

How can we reproduce it?

Have all three installed on Fabric 1.20.1

Mod Version

6.0.3+1.20.1-Fabric

Mod Loader

Fabric

Mod Loader Version

[1.20.1] Fabric API 0.88.1+1.20.1

Relevant log output

No response

ejektaflex commented 9 months ago

Huh, that's odd. Could you do this for me?:

moderninity commented 9 months ago

2023-09-20-1.log.gz hope this helps!

ejektaflex commented 9 months ago

Hi @moderninity , I don't seem to see any commands being run in that log. If you could try again and make doubly sure that the game is closed before sending debug.log, that'd be great! It's going to be called debug.log in your [minecraft instance]/logs folder. I think you'd just sent an older one :)

From what I can tell, it seems as though the Numismatic Overhaul edits are being applied, but I can't confirm without seeing the command output.

[01:06:08] [Render thread/INFO]: [STDOUT]: Merging _all_objs with _all_objs
[01:06:08] [Render thread/INFO]: [STDOUT]: Merge candidate: {"type":"item","content":"minecraft:emerald","amount":{"min":1,"max":24},"unitWorth":1000,"weightMult":0.65}
[01:06:08] [Render thread/INFO]: [STDOUT]: Merge new edits: {"type":"item","content":"numismatic-overhaul:silver_coin","amount":{"min":1,"max":24},"unitWorth":800}
[01:06:08] [Render thread/INFO]: [STDOUT]: Newly Merged: {"type":"item","content":"numismatic-overhaul:silver_coin","amount":{"min":1,"max":24},"unitWorth":800,"weightMult":0.65}
[01:06:08] [Render thread/INFO]: [STDOUT]: Merging _all_rews with _all_rews
[01:06:08] [Render thread/INFO]: [STDOUT]: Merge candidate: {"type":"item","content":"minecraft:emerald","amount":{"min":1,"max":4},"unitWorth":1000,"weightMult":1.3}
[01:06:08] [Render thread/INFO]: [STDOUT]: Merge new edits: {"type":"item","content":"numismatic-overhaul:silver_coin","unitWorth":800,"weightMult":0.5}
[01:06:08] [Render thread/INFO]: [STDOUT]: Newly Merged: {"type":"item","content":"numismatic-overhaul:silver_coin","amount":{"min":1,"max":4},"unitWorth":800,"weightMult":0.5}
[01:06:08] [Render thread/INFO]: [STDOUT]: Merge candidate: {"type":"item","content":"minecraft:emerald","amount":{"min":1,"max":4},"unitWorth":800,"weightMult":0.2}
[01:06:08] [Render thread/INFO]: [STDOUT]: Merge new edits: {"type":"item","content":"numismatic-overhaul:silver_coin","unitWorth":640,"weightMult":0.1}
[01:06:08] [Render thread/INFO]: [STDOUT]: Newly Merged: {"type":"item","content":"numismatic-overhaul:silver_coin","amount":{"min":1,"max":4},"unitWorth":640,"weightMult":0.1}
[01:06:08] [Render thread/INFO]: [STDOUT]: Merging fletcher_rews with fletcher_rews
[01:06:08] [Render thread/INFO]: Trying to load unloaded files from: config\bountiful\bounty_pools
[01:06:08] [Render thread/INFO]: Trying to load unloaded files from: config\bountiful\bounty_decrees
ejektaflex commented 9 months ago

Closing due to inactivity. Feel free to reopen this if it can still be reproduced and a log can be supplied!