nikita488

Results 10 issues of nikita488

All Chisel blocks can be broken without a pickaxe, it probably missing setRequiresTool (requiresCorrectToolForDrops from official mappings) in the block properties.

**Test resource pack (_Use Emerald to test my model_):** **[Test.zip](https://github.com/Chisel-Team/ConnectedTexturesMod/files/5045030/Test.zip)** Without mcmeta file: ![2020-08-08_12 14 59](https://user-images.githubusercontent.com/6237881/89706929-aff83580-d972-11ea-8e38-01400a387d99.png) With mcmeta file: ![2020-08-08_12 14 26](https://user-images.githubusercontent.com/6237881/89706934-bab2ca80-d972-11ea-8175-3cc982816d87.png) Also, it seems that translucency of overlay texture...

bug

Using these 2 JSON files: https://pastebin.com/i9Z3egC7 https://pastebin.com/NbN3GqnV I get missing texture on my models and this in log: > [12:38:47] [Server-Worker-3/WARN] [minecraft/ModelBakery]: Unable to resolve texture reference: #overlay_down in [12:38:47]...

bug

I have my own model loader in which I set light data for every quads with a specified tint index: https://gist.github.com/nikita488/5d66df2123fb50ac5e2340002338e9e9 When CTM mod is not installed I get correct...

bug

While saving only the latest '.ckpt' file to save disk space is a great idea, there are several situations where something unexpected happens like some error in Colab that is...

following-up
in-todolist

I want to recalculate remaining travel time of route, so I'm using trip service with annotations=distance,duration,speed and increase traveled time each time i reach next coord of the path (using...

question

Hey MineMaarten :) I learn how to write mods from your tutorials, but now it's 1.10 time, and i really want tutorials about new model system (i don't understand IBakedModel...

1. There is a method called **copy** (and **copyEntry**) inside vanilla **ItemTagsProvider** which is used for generating Item tag from Block tag. So it will be useful to have this...

enhancement
will implement

It seems that postcompiler tries to find and pack textures from the root level of .vmt file ignoring section for other shaders. In this case only textures that was found...

bug

Things that i don't know how to handle: 1. SET_CHAR_DECISION_MAKER second argument can be Enum="DECISION_MAKER" or Entity="DECISION_MAKER", is there a way to mark command argument to be one or another...