glowredman / modularmaterials

Dynamic and fully customizeable material-generation-system for Minecraft 1.12.2/1.17.1+
https://www.curseforge.com/minecraft/mc-mods/modular-materials
GNU Lesser General Public License v3.0
6 stars 1 forks source link

My client is unable to pour the registered fluid bucket onto the ground #14

Open HeyOldSixer opened 4 months ago

HeyOldSixer commented 4 months ago

Please refer to the code }, "sodiumosmate": { "name": "锇酸钠", "tagNames": [ "tag_sodium_osmate" ], "enabled": true, "enabledTypes": [ "liquid" ], "color": { "red": 100, "green": 151, "blue": 160, "alpha": 255 }, "burnTime": 0, "enchantPowerBonus": 0.0, "fireSpreadSpeed": 0, "flammability": 0, "jumpFactor": 1.0, "lightLevel": 0, "resistance": 6.0, "speedFactor": 1.0, "state": "LIQUID", "texture": "fluid", "tooltip": { "background": "F0100010", "borderStart": "505000FF", "borderEnd": "5028007F", "text": [ ] }, "block": { "hardness": 5.0, "friction": 0.6, "mapColor": "AUTO", "material": "METAL", "requiresToolForDrops": true, "sound": "METAL", "sticky": false, "tags": [] }, "fluid": { "boilingTemperature": 374, "meltingTemperature": 274, "currentTemperature": 288, "gas": { "density": 1000, "viscosity": 10, "luminosity": 0, "propagatesSkylightDown": false, "isPathfindable": false }, "liquid": { "density": 1000, "viscosity": 10, "luminosity": 0, "propagatesSkylightDown": false, "isPathfindable": false }, "tags": [] }, "item": { "isFireResistant": true, "isFoil": false, "lifespan": 6000, "rarity": "COMMON", "tags": [] }, "ore": { "friction": 0.0, "hardness": 3.0, "jumpFactor": 1.0, "lightLevel": 0, "resistance": 0.0, "speedFactor": 1.0, "requiresToolForDrops": true, "mapColor": "AUTO", "material": "STONE", "sound": "STONE", "tags": [] } } { "commandPermissionLevel": 2, "enableAll": false, "enableBuckets": true, "enableOres": true, "presetURL": "https://raw.githubusercontent.com/glowredman/modularmaterials/dev-1.18/presets/", "random": "XSTR", "overrideBlockstateFiles": false, "overrideLootTableFiles": false, "overrideModelFiles": false, "overrideTagFiles": false, "blocksHaveFoilEffect": true, "bucketsHaveFoilEffect": true, "oresHaveFoilEffect": true, "oresHaveTooltip": true, "oresInheritFriction": true, "oresInheritHardness": true, "oresInheritHarvestLevel": false, "oresInheritJumpFactor": true, "oresInheritLightLevel": false, "oresInheritMapColor": true, "oresInheritMaterial": true, "oresInheritResistance": true, "oresInheritSoundType": true, "oresInheritSpeedFactor": true, "maxFindingAttempts": 64, "maxPlacementAttempts": 8, "maxVeinSize": 32, "removeOres": [ "ore_gold_deltas", "ore_quartz_deltas", "ore_gold_nether", "ore_quartz_nether", "ore_coal_upper", "ore_coal_lower", "ore_iron_upper", "ore_iron_middle", "ore_iron_small", "ore_gold_extra", "ore_gold", "ore_gold_lower", "ore_redstone", "ore_redstone_lower", "ore_diamond", "ore_diamond_large", "ore_diamond_buried", "ore_lapis", "ore_lapis_buried", "ore_emerald", "ore_ancient_debris_large", "ore_debris_small", "ore_copper", "ore_copper_large" ], "veinGenerationProbability": 0.75 } "liquid": { "enabled": true, "tagName": "railine_type_liquid", "category": "FLUID", "state": "LIQUID", "burnTimeMultiplier": 1.0, "enchantPowerBonusMultiplier": 1.0, "fireSpreadSpeedMultiplier": 1.0, "flammabilityMultiplier": 1.0, "jumpFactorMultiplier": 1.0, "lightLevelMultiplier": 1.0, "resistanceMultiplier": 1.0, "speedFactorMultiplier": 1.0, "hasTooltip": true, "nameSyntax": "\u003cm\u003e", "tags": [] }, I can hold this fluid bucket, but I cannot dump it on the ground. When I hold the fluid bucket and right-click on the grass, the fluid inside will disappear and the grass will drop seeds. Also, I would like to ask how to remove the "bucket" behind the fluid bucket?

HeyOldSixer commented 4 months ago

minecraft version:1.18.2 mod version:0.9.1-beta java version:jdk17 config.json

materials.json types.json I'm sure there's no problem with the texture path in the mod file