-
-
Notifications
You must be signed in to change notification settings - Fork 21
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Browse the repository at this point in the history
Autocrafter manager
- Loading branch information
Showing
256 changed files
with
5,145 additions
and
147 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
17 changes: 17 additions & 0 deletions
17
...api/src/main/java/com/refinedmods/refinedstorage/common/api/autocrafting/Autocrafter.java
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,17 @@ | ||
package com.refinedmods.refinedstorage.common.api.autocrafting; | ||
|
||
import net.minecraft.core.BlockPos; | ||
import net.minecraft.network.chat.Component; | ||
import net.minecraft.world.Container; | ||
import org.apiguardian.api.API; | ||
|
||
@API(status = API.Status.STABLE, since = "2.0.0-milestone.4.9") | ||
public interface Autocrafter { | ||
Component getAutocrafterName(); | ||
|
||
Container getPatternContainer(); | ||
|
||
boolean isVisibleToTheAutocrafterManager(); | ||
|
||
BlockPos getLocalPosition(); | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
110 changes: 110 additions & 0 deletions
110
...common/src/generated/resources/assets/refinedstorage/blockstates/autocrafter_manager.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,110 @@ | ||
{ | ||
"variants": { | ||
"active=false,direction=down_east": { | ||
"model": "refinedstorage:block/autocrafter_manager/inactive", | ||
"x": 90, | ||
"y": -90 | ||
}, | ||
"active=false,direction=down_north": { | ||
"model": "refinedstorage:block/autocrafter_manager/inactive", | ||
"x": 90 | ||
}, | ||
"active=false,direction=down_south": { | ||
"model": "refinedstorage:block/autocrafter_manager/inactive", | ||
"x": 90, | ||
"y": 180 | ||
}, | ||
"active=false,direction=down_west": { | ||
"model": "refinedstorage:block/autocrafter_manager/inactive", | ||
"x": 90, | ||
"y": 90 | ||
}, | ||
"active=false,direction=east": { | ||
"model": "refinedstorage:block/autocrafter_manager/inactive", | ||
"y": 90 | ||
}, | ||
"active=false,direction=north": { | ||
"model": "refinedstorage:block/autocrafter_manager/inactive" | ||
}, | ||
"active=false,direction=south": { | ||
"model": "refinedstorage:block/autocrafter_manager/inactive", | ||
"y": 180 | ||
}, | ||
"active=false,direction=up_east": { | ||
"model": "refinedstorage:block/autocrafter_manager/inactive", | ||
"x": -90, | ||
"y": -90 | ||
}, | ||
"active=false,direction=up_north": { | ||
"model": "refinedstorage:block/autocrafter_manager/inactive", | ||
"x": -90, | ||
"y": 180 | ||
}, | ||
"active=false,direction=up_south": { | ||
"model": "refinedstorage:block/autocrafter_manager/inactive", | ||
"x": -90 | ||
}, | ||
"active=false,direction=up_west": { | ||
"model": "refinedstorage:block/autocrafter_manager/inactive", | ||
"x": -90, | ||
"y": 90 | ||
}, | ||
"active=false,direction=west": { | ||
"model": "refinedstorage:block/autocrafter_manager/inactive", | ||
"y": 270 | ||
}, | ||
"active=true,direction=down_east": { | ||
"model": "refinedstorage:block/autocrafter_manager/light_blue", | ||
"x": 90, | ||
"y": -90 | ||
}, | ||
"active=true,direction=down_north": { | ||
"model": "refinedstorage:block/autocrafter_manager/light_blue", | ||
"x": 90 | ||
}, | ||
"active=true,direction=down_south": { | ||
"model": "refinedstorage:block/autocrafter_manager/light_blue", | ||
"x": 90, | ||
"y": 180 | ||
}, | ||
"active=true,direction=down_west": { | ||
"model": "refinedstorage:block/autocrafter_manager/light_blue", | ||
"x": 90, | ||
"y": 90 | ||
}, | ||
"active=true,direction=east": { | ||
"model": "refinedstorage:block/autocrafter_manager/light_blue", | ||
"y": 90 | ||
}, | ||
"active=true,direction=north": { | ||
"model": "refinedstorage:block/autocrafter_manager/light_blue" | ||
}, | ||
"active=true,direction=south": { | ||
"model": "refinedstorage:block/autocrafter_manager/light_blue", | ||
"y": 180 | ||
}, | ||
"active=true,direction=up_east": { | ||
"model": "refinedstorage:block/autocrafter_manager/light_blue", | ||
"x": -90, | ||
"y": -90 | ||
}, | ||
"active=true,direction=up_north": { | ||
"model": "refinedstorage:block/autocrafter_manager/light_blue", | ||
"x": -90, | ||
"y": 180 | ||
}, | ||
"active=true,direction=up_south": { | ||
"model": "refinedstorage:block/autocrafter_manager/light_blue", | ||
"x": -90 | ||
}, | ||
"active=true,direction=up_west": { | ||
"model": "refinedstorage:block/autocrafter_manager/light_blue", | ||
"x": -90, | ||
"y": 90 | ||
}, | ||
"active=true,direction=west": { | ||
"model": "refinedstorage:block/autocrafter_manager/light_blue", | ||
"y": 270 | ||
} | ||
} | ||
} |
110 changes: 110 additions & 0 deletions
110
.../src/generated/resources/assets/refinedstorage/blockstates/black_autocrafter_manager.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,110 @@ | ||
{ | ||
"variants": { | ||
"active=false,direction=down_east": { | ||
"model": "refinedstorage:block/autocrafter_manager/inactive", | ||
"x": 90, | ||
"y": -90 | ||
}, | ||
"active=false,direction=down_north": { | ||
"model": "refinedstorage:block/autocrafter_manager/inactive", | ||
"x": 90 | ||
}, | ||
"active=false,direction=down_south": { | ||
"model": "refinedstorage:block/autocrafter_manager/inactive", | ||
"x": 90, | ||
"y": 180 | ||
}, | ||
"active=false,direction=down_west": { | ||
"model": "refinedstorage:block/autocrafter_manager/inactive", | ||
"x": 90, | ||
"y": 90 | ||
}, | ||
"active=false,direction=east": { | ||
"model": "refinedstorage:block/autocrafter_manager/inactive", | ||
"y": 90 | ||
}, | ||
"active=false,direction=north": { | ||
"model": "refinedstorage:block/autocrafter_manager/inactive" | ||
}, | ||
"active=false,direction=south": { | ||
"model": "refinedstorage:block/autocrafter_manager/inactive", | ||
"y": 180 | ||
}, | ||
"active=false,direction=up_east": { | ||
"model": "refinedstorage:block/autocrafter_manager/inactive", | ||
"x": -90, | ||
"y": -90 | ||
}, | ||
"active=false,direction=up_north": { | ||
"model": "refinedstorage:block/autocrafter_manager/inactive", | ||
"x": -90, | ||
"y": 180 | ||
}, | ||
"active=false,direction=up_south": { | ||
"model": "refinedstorage:block/autocrafter_manager/inactive", | ||
"x": -90 | ||
}, | ||
"active=false,direction=up_west": { | ||
"model": "refinedstorage:block/autocrafter_manager/inactive", | ||
"x": -90, | ||
"y": 90 | ||
}, | ||
"active=false,direction=west": { | ||
"model": "refinedstorage:block/autocrafter_manager/inactive", | ||
"y": 270 | ||
}, | ||
"active=true,direction=down_east": { | ||
"model": "refinedstorage:block/autocrafter_manager/black", | ||
"x": 90, | ||
"y": -90 | ||
}, | ||
"active=true,direction=down_north": { | ||
"model": "refinedstorage:block/autocrafter_manager/black", | ||
"x": 90 | ||
}, | ||
"active=true,direction=down_south": { | ||
"model": "refinedstorage:block/autocrafter_manager/black", | ||
"x": 90, | ||
"y": 180 | ||
}, | ||
"active=true,direction=down_west": { | ||
"model": "refinedstorage:block/autocrafter_manager/black", | ||
"x": 90, | ||
"y": 90 | ||
}, | ||
"active=true,direction=east": { | ||
"model": "refinedstorage:block/autocrafter_manager/black", | ||
"y": 90 | ||
}, | ||
"active=true,direction=north": { | ||
"model": "refinedstorage:block/autocrafter_manager/black" | ||
}, | ||
"active=true,direction=south": { | ||
"model": "refinedstorage:block/autocrafter_manager/black", | ||
"y": 180 | ||
}, | ||
"active=true,direction=up_east": { | ||
"model": "refinedstorage:block/autocrafter_manager/black", | ||
"x": -90, | ||
"y": -90 | ||
}, | ||
"active=true,direction=up_north": { | ||
"model": "refinedstorage:block/autocrafter_manager/black", | ||
"x": -90, | ||
"y": 180 | ||
}, | ||
"active=true,direction=up_south": { | ||
"model": "refinedstorage:block/autocrafter_manager/black", | ||
"x": -90 | ||
}, | ||
"active=true,direction=up_west": { | ||
"model": "refinedstorage:block/autocrafter_manager/black", | ||
"x": -90, | ||
"y": 90 | ||
}, | ||
"active=true,direction=west": { | ||
"model": "refinedstorage:block/autocrafter_manager/black", | ||
"y": 270 | ||
} | ||
} | ||
} |
Oops, something went wrong.