Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- {
- "forge_marker": 1,
- "defaults":{
- "model": "gud_machine:energy_crystal.obj",
- "custom": {
- "flip-v": true
- },
- "textures":{
- "#SilverLego": "minecraft:missingno"
- }
- },
- "variants": {
- "normal": [{}],
- "inventory": [{
- "transform": "forge:default-block"
- }],
- "facing":{
- "north": {
- "true": {
- "transform": {
- "rotation": {
- "x": 90
- }
- }
- },
- "false":{}
- },
- "south": {
- "true": {
- "transform": {
- "rotation": {
- "x": 180
- }
- }
- },
- "false":{}
- },
- "east": {
- "true": {
- "transform": {
- "rotation": {
- "x": 270
- }
- }
- },
- "false":{}
- },
- "west": {
- "true": {
- "transform": {
- "rotation": {
- "y": 90
- }
- }
- },
- "false":{}
- },
- "up": {
- "true": {
- "transform": {
- "rotation": {
- "x": 0
- }
- }
- },
- "false":{}
- },
- "down": {
- "true": {
- "transform": {
- "rotation": {
- "y": 180
- }
- }
- },
- "false":{}
- }
- }
- }
- }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement