Jeff’s Gibbing Mod (1.20.1, 1.20) – เปลี่ยนทุกการฆ่าให้กลายเป็นระเบิดเลือด
Jeff’s Gibbing Mod เพิ่มเอฟเฟกต์สุดโหดที่ทำให้ม็อบบางตัวระเบิดออกเป็นชิ้นเนื้อ เมื่อคุณโจมตี Zombies, Husks, Drowned, Villagers, Pillagers หรือแม้แต่ผู้เล่นคนอื่นด้วยการโจมตีที่รุนแรง พวกเขาจะแตกกระจายเป็นเสี่ยงๆ มอดนี้ช่วยให้การต่อสู้ดุเดือดขึ้นมากและเหมาะอย่างยิ่งสำหรับมอดแพ็คแนวซอมบี้ครองโลก (zombie apocalypse) นอกจากนี้ยังมีตั้งค่าที่คุณสามารถปรับแต่งการทำงานได้ตามต้องการอีกด้วย
![]()
ฟีเจอร์หลัก:
- ทำให้ม็อบบางชนิด เช่น Zombies และผู้เล่น ระเบิดเป็นกองเศษเนื้อเมื่อถูกสังหารด้วยการโจมตีที่มีดาเมจสูง
- คุณสามารถเพิ่มม็อบตัวไหนก็ได้ลงในรายการ gibbing โดยการแก้ไขไฟล์คอนฟิก
- มีตัวเลือกฟิสิกส์แบบทดลอง (experimental physics) ที่ทำให้ชิ้นเนื้อมีพฤติกรรมเหมือนวัตถุทางกายภาพจริงๆ
- อนุญาตให้คุณเปลี่ยนพาร์ทิเคิลเลือดเริ่มต้นเป็นเอฟเฟกต์พาร์ทิเคิลอื่นๆ ในเกมได้
วิธีใช้งาน:
หากต้องการเพิ่มม็อบใหม่ที่สามารถระเบิดเป็นชิ้นเนื้อได้ ให้ทำตามขั้นตอนดังนี้:
- เข้าไปที่โฟลเดอร์ config ของคุณ
- ค้นหาและเปิดไฟล์
giblist.jsonจากนั้นเพิ่ม registry name ของม็อบลงในรายการ (ตัวอย่างเช่นminecraft:pillager) - จากนั้น ค้นหาและเปิดไฟล์
gib_config.jsonคุณสามารถคัดลอกและวางการตั้งค่าของซอมบี้ที่มีอยู่เพื่อใช้เป็นเทมเพลตในการกำหนดพฤติกรรมการระเบิดของม็อบตัวใหม่ได้
การตั้งค่า (Configuration):
มอดนี้สามารถปรับแต่งได้โดยการแก้ไขไฟล์ gib_config.json และ giblist.json คุณสามารถเปลี่ยนได้ทุกอย่างตั้งแต่ม็อบตัวไหนจะระเบิดไปจนถึงจำนวนพาร์ทิเคิลเลือด นี่คือตัวอย่างการตั้งค่า:
{
"gib_life_time": 200,
"gib_physics": "true",
"gib_tick_stop": 40,
"player_gibbing": "true",
"player_gib_difficulty": 9999,
"player_bone_amount": 1,
"player_flesh_amount": 3,
"player_rib_chance": 1,
"player_leg_chance": 1,
"player_gib_innitial_velocity": 0.4,
"player_gib_randomness": 25,
"blood_particles": 16,
"particle_definition1": "particle jeffsgibbing:blood ~ ~ ~ 0.1 0.1 0.1 0.07 1 force",
"particle_definition2": "particle jeffsgibbing:wallblood ~ ~ ~ 0.1 0.1 0.1 0.01 1 force",
"particle_definition3": "particle jeffsgibbing:blood2 ~ ~ ~ 0.1 0.1 0.1 0.1 1 force",
"difficulty_minecraft:zombie": 22,
"flesh_amount_minecraft:zombie": 2,
"bone_amount_minecraft:zombie": 2,
"leg_amount_minecraft:zombie": 2,
"rib_amount_minecraft:zombie": 1,
"head_chance_minecraft:zombie": 0.5,
"blood_particles_minecraft:zombie": 2,
"gib_innitial_velocity_minecraft:zombie": 0.15,
"gib_velocity_increase_minecraft:zombie": 0.005,
"gib_randomness_minecraft:zombie": 75,
"difficulty_minecraft:husk": 22,
"flesh_amount_minecraft:husk": 2,
"bone_amount_minecraft:husk": 2,
"leg_amount_minecraft:husk": 2,
"rib_amount_minecraft:husk": 1,
"head_chance_minecraft:husk": 0.5,
"blood_particles_minecraft:husk": 4,
"gib_innitial_velocity_minecraft:husk": 0.15,
"gib_velocity_increase_minecraft:husk": 0.005,
"gib_randomness_minecraft:husk": 75,
"difficulty_minecraft:drowned": 22,
"flesh_amount_minecraft:drowned": 2,
"bone_amount_minecraft:drowned": 2,
"leg_amount_minecraft:drowned": 2,
"rib_amount_minecraft:drowned": 1,
"head_chance_minecraft:drowned": 0.5,
"blood_particles_minecraft:drowned": 4,
"gib_innitial_velocity_minecraft:drowned": 0.15,
"gib_velocity_increase_minecraft:drowned": 0.005,
"gib_randomness_minecraft:drowned": 75,
"difficulty_minecraft:pillager": 12,
"flesh_amount_minecraft:pillager": 3,
"bone_amount_minecraft:pillager": 2,
"leg_amount_minecraft:pillager": 2,
"rib_amount_minecraft:pillager": 1,
"head_chance_minecraft:pillager": 0,
"blood_particles_minecraft:pillager": 4,
"gib_innitial_velocity_minecraft:pillager": 0.15,
"gib_velocity_increase_minecraft:pillager": 0.005,
"gib_randomness_minecraft:pillager": 75
}
ภาพตัวอย่าง:









Jeff’s Gibbing Mod ลิงก์ดาวน์โหลด
สำหรับ Minecraft 1.20.1, 1.20
Forge version: Download from Server 1 – Download from Server 2
0
September 3, 2025

This post has no comments yet. Be the first — your comment will appear here.