OrderedChaos-Dev / ProjectVibrantJourneys

Minecraft mod that expands in all directions
37 stars 15 forks source link

Added some fixes #200

Closed SiverDX closed 1 year ago

SiverDX commented 1 year ago

I added a comment in #196 regarding Charred Bones - they seem a bit weird, not sure what's happening there The solution seems to have fixed it for other mods, e. g.: https://github.com/Glitchfiend/BiomesOPlenty/blob/cc6c984eeb093cb5749a441e021b3874ca0b6c68/src/main/java/biomesoplenty/common/worldgen/feature/misc/FleshTendonFeature.java#L198

Probably still better to have it I guess?

Thre is a recipe overlap btw that should probably be looked at: image

The 4x uses the tag minecraft:spruce_logs - this is true for all Hollow Logs, maybe they need their own tag or sth.

SiverDX commented 1 year ago

Should probably also add Blocks.BLUE_ICE to the check for ice

SiverDX commented 1 year ago

Fallen Trees in custom biome and different Rock types spawning: https://imgur.com/a/WoSC5JM

OrderedChaos-Dev commented 1 year ago

Hey thanks for taking the initiative to make these changes. There is a lot in here so I need some time for code review

SiverDX commented 1 year ago

yeah this got a bit out of hand did not really expect any activity at this point

Silvertide7 commented 1 year ago

I noticed you're trying to merge into the 1.19 branch, but it seems like your repo was forked off of the 1.18 branch?

SiverDX commented 1 year ago

I noticed you're trying to merge into the 1.19 branch, but it seems like your repo was forked off of the 1.18 branch?

where are you seeing that? grafik

Silvertide7 commented 1 year ago

Ah, I was looking in the wrong place, my bad!

On Sat, Jun 10, 2023, 16:35 SiverDX @.***> wrote:

I noticed you're trying to merge into the 1.19 branch, but it seems like your repo was forked off of the 1.18 branch?

where are you seeing that? [image: grafik] https://user-images.githubusercontent.com/22003703/244897833-24a728d0-0a8f-4a66-84e2-c17531fcd92b.png

— Reply to this email directly, view it on GitHub https://github.com/OrderedChaos-Dev/ProjectVibrantJourneys/pull/200#issuecomment-1585837642, or unsubscribe https://github.com/notifications/unsubscribe-auth/AK27KK5MAETC32M7YMPMUFTXKTZELANCNFSM6AAAAAAYRO5FHM . You are receiving this because you commented.Message ID: @.***>

Silvertide7 commented 1 year ago

I cloned this and built the jar for my modpack. It fixed everything I was having issues with. Thank you!!

OrderedChaos-Dev commented 1 year ago

Hey sorry I haven't been communicating very well. Just merged this and will be going to release the changes once I fix my local dev setup