Git Product home page Git Product logo

Comments (2)

Heyo13579 avatar Heyo13579 commented on September 25, 2024

im having the same issue heres my code:

{"minecraft:redstone_ore,0":{"replace":true,"allowsilktouch":true,"dropsilktouchalways":true,"toolsBlacklist":true,"tools":[],"biomeBlacklist":true,"biomes":[],"minYLevel":0,"maxYLevel":256,"minExp":0,"maxExp":0,"gamestageBlacklist":true,"gamestageAll":true,"gameStageList":[],"modifierBlacklist":true,"modifierList":[],"traitBlacklist":true,"traitList":[],"enchantmentBlacklist":true,"enchantmentList":[],"nbtBlacklist":true,"nbtList":[],"fortunechance":{"0":100,"1":100,"2":100,"3":100},"dropdatalist":[{"id":"jaopca:item_dusttinyredstone","metadata":0,"toolsBlacklist":true,"tools":[],"fortunechancemap":{"0":100,"1":100,"2":100,"3":100},"fortunequantitymap":{"0":{"minquantity":1,"maxquantity":2},"1":{"minquantity":2,"maxquantity":3},"2":{"minquantity":3,"maxquantity":4},"3":{"minquantity":4,"maxquantity":5}},"biomeBlacklist":true,"biomes":[],"minYLevel":0,"maxYLevel":256,"minExp":0,"maxExp":10,"gamestageBlacklist":true,"gamestageAll":true,"gameStageList":[],"modifierBlacklist":true,"modifierList":[],"traitBlacklist":true,"traitList":[],"enchantmentBlacklist":true,"enchantmentList":[],"nbtBlacklist":true,"nbtList":[],"exclusive":false}]}

from blockdropstweaker.

EagleEyeLogic avatar EagleEyeLogic commented on September 25, 2024

Some more Example would be nice. Here is one simple for RedStone like it normaly function in Vanilla Minecraft

{
	"minecraft:lit_redstone_ore,0":{
		"replace": true,
		"allowsilktouch": true,
		"dropsilktouchalways": true,
		"toolsBlacklist": true,
		"tools": [],
		"biomeBlacklist": true,
		"biomes": [],
		"minYLevel": 0,
		"maxYLevel": 256,
		"minExp": 0,
		"maxExp": 0,
		"gamestageBlacklist": true,
		"gamestageAll": true,
		"gameStageList": [],
		"modifierBlacklist": true,
		"modifierList": [],
		"traitBlacklist": true,
		"traitList": [],
		"enchantmentBlacklist": true,
		"enchantmentList": [],
		"nbtBlacklist": true,
		"nbtList": [],
		"fortunechance":{"0": 100, "1": 100, "2": 100, "3": 100},
		"dropdatalist":[
			{"id":"minecraft:redstone",
			"metadata": 0,
			"toolsBlacklist": true,
			"tools": [],
			"fortunechancemap":{"0": 100, "1": 100, "2": 100, "3": 100},
			"fortunequantitymap":{
				"0":{"minquantity": 4, "maxquantity": 5},
				"1":{"minquantity": 4, "maxquantity": 6},
				"2":{"minquantity": 4, "maxquantity": 7},
				"3":{"minquantity": 4, "maxquantity": 8}
			},
			"biomeBlacklist": true,
			"biomes": [],
			"minYLevel": 0,
			"maxYLevel": 256,
			"minExp": 0,
			"maxExp": 0,
			"gamestageBlacklist": true,
			"gamestageAll": true,
			"gameStageList": [],
			"modifierBlacklist": true,
			"modifierList": [],
			"traitBlacklist": true,
			"traitList": [],
			"enchantmentBlacklist": true,
			"enchantmentList": ["minecraft:silk_touch"],
			"nbtBlacklist": true,
			"nbtList": [],
			"exclusive": false
			},
			
			{"id":"minecraft:redstone_ore",
			"metadata": 0,
			"toolsBlacklist": true,
			"tools": [],
			"fortunechancemap":{"0": 100, "1": 100, "2": 100, "3":100},
			"fortunequantitymap":{
				"0":{"minquantity": 1, "maxquantity": 1},
				"1":{"minquantity": 1, "maxquantity": 1},
				"2":{"minquantity": 1, "maxquantity": 1},
				"3":{"minquantity": 1, "maxquantity": 1}
			},
			"biomeBlacklist": true,
			"biomes": [],
			"minYLevel": 0,
			"maxYLevel": 256,
			"minExp": 0,
			"maxExp": 0,
			"gamestageBlacklist": true,
			"gamestageAll": true,
			"gameStageList": [],
			"modifierBlacklist": true,
			"modifierList": [],
			"traitBlacklist": true,
			"traitList": [],
			"enchantmentBlacklist": false,
			"enchantmentList": ["minecraft:silk_touch"],
			"nbtBlacklist": true,
			"nbtList": [],
			"exclusive": false
			}
		]
	}
}
  1. Redstone switch to lit_redstone_ore if you touch it.
  2. Normal drop and silktouch are 2 ways that need to be defined. Normal drop with blacklisted silktouch and silktouch with whitelisted silktouch.

from blockdropstweaker.

Related Issues (12)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.