- ปรับให้เรือสามารถขับขึ้นบางบล็อกได้
- Dirt Path
- Soul Sand
- Snow Layer
- ปลาจะไม่ว่ายหนีเมื่อกดย่อหรืออยู่นิ่งกับที่
- สัตว์น้ำต่าง ๆ สามารถหายใจได้เมื่อโดนฝนเมื่ออยู่บนบก
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
package com.stevekung.snapshottest.mixin.test; | |
import org.spongepowered.asm.mixin.Mixin; | |
import org.spongepowered.asm.mixin.injection.At; | |
import org.spongepowered.asm.mixin.injection.Inject; | |
import org.spongepowered.asm.mixin.injection.callback.CallbackInfo; | |
import net.minecraft.nbt.CompoundTag; | |
import net.minecraft.world.flag.FeatureFlagSet; | |
import net.minecraft.world.item.CreativeModeTab; |