添加mod,配置文件调整,任务增加
This commit is contained in:
		| @@ -5,5 +5,21 @@ | ||||
| console.info('Hello, World! (Loaded server scripts)') | ||||
|  | ||||
| ServerEvents.recipes(event => { | ||||
|      | ||||
|     event.remove({output:'mining_dimension:teleporter'}) | ||||
|     event.shaped( | ||||
|         Item.of('mining_dimension:teleporter'), | ||||
|         [ | ||||
|             'ABA', | ||||
|             'CDE', | ||||
|             'AFA' | ||||
|         ], | ||||
|         { | ||||
|             A:'#minecraft:logs', | ||||
|             B:'minecraft:iron_block', | ||||
|             C:'minecraft:gold_block', | ||||
|             D:'minecraft:stone_pickaxe', | ||||
|             E:'minecraft:redstone_block', | ||||
|             F:'minecraft:diamond_block' | ||||
|         } | ||||
|     ) | ||||
| }) | ||||
		Reference in New Issue
	
	Block a user