Removed wrong import & fixed fabric.mod.json to remove split sources
All checks were successful
build / build (push) Successful in 1m6s
All checks were successful
build / build (push) Successful in 1m6s
This commit is contained in:
@ -3,9 +3,6 @@ package wtf.hak.blocks;
|
||||
import net.fabricmc.fabric.api.itemgroup.v1.ItemGroupEvents;
|
||||
import net.minecraft.block.AbstractBlock;
|
||||
import net.minecraft.block.Block;
|
||||
import net.minecraft.block.ChestBlock;
|
||||
import net.minecraft.block.TestBlock;
|
||||
import net.minecraft.block.entity.BlockEntityType;
|
||||
import net.minecraft.item.BlockItem;
|
||||
import net.minecraft.item.Item;
|
||||
import net.minecraft.item.ItemGroups;
|
||||
|
@ -18,19 +18,12 @@
|
||||
"main": [
|
||||
"wtf.hak.SurvivalEnhanced"
|
||||
],
|
||||
"client": [
|
||||
"wtf.hak.SurvivalEnhancedClient"
|
||||
],
|
||||
"fabric-datagen": [
|
||||
"wtf.hak.SurvivalEnhancedDataGenerator"
|
||||
]
|
||||
},
|
||||
"mixins": [
|
||||
"survivalenhanced.mixins.json",
|
||||
{
|
||||
"config": "survivalenhanced.client.mixins.json",
|
||||
"environment": "client"
|
||||
}
|
||||
"survivalenhanced.mixins.json"
|
||||
],
|
||||
"depends": {
|
||||
"fabricloader": ">=0.16.13",
|
||||
|
Reference in New Issue
Block a user